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

◆ DoLabel()

static void UnityEngine.GUILayout.DoLabel ( GUIContent content,
GUIStyle style,
GUILayoutOption[] options )
inlinestaticprivate

Definition at line 21 of file GUILayout.cs.

22 {
23 if (!true)
24 {
25 }
26 Rect rect = GUILayoutUtility.GetRect(content, style, options);
27 if (!true)
28 {
29 }
30 }

References UnityEngine.GUILayoutUtility.GetRect(), and System.options.

Referenced by UnityEngine.GUILayout.Label().