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

◆ BeginArea() [1/2]

static void UnityEngine.GUILayout.BeginArea ( Rect screenRect,
GUIContent content,
GUIStyle style )
inlinestatic

Definition at line 41 of file GUILayout.cs.

42 {
43 int num = 1;
44 GUIUtility.CheckOnGUI();
45 if (num == 0)
46 {
47 }
48 throw new MissingMethodException();
49 }

References UnityEngine.GUIUtility.CheckOnGUI().