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

◆ BeginGroup() [2/2]

static void UnityEngine.GUI.BeginGroup ( Rect position,
GUIContent content,
GUIStyle style,
Vector2 scrollOffset )
inlinestaticpackage

Definition at line 167 of file GUI.cs.

168 {
169 int num = 1;
170 GUIUtility.CheckOnGUI();
171 if (num == 0)
172 {
173 }
174 GUIStyle none = GUIStyle.none;
175 throw new MissingMethodException();
176 }

References UnityEngine.GUIUtility.CheckOnGUI(), and UnityEngine.GUIStyle.none.