terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ApplyOptions()

override void UnityEngine.GUILayoutGroup.ApplyOptions ( GUILayoutOption[] options)
inlinevirtualinherited

Reimplemented from UnityEngine.GUILayoutEntry.

Definition at line 62 of file GUILayoutGroup.cs.

63 {
64 if (options != null)
65 {
66 base.ApplyOptions(options);
67 object value = options.value;
68 int num = 1;
70 return;
71 }
72 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.options, and System.value.