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

◆ Label()

static void UnityEngine.GUILayout.Label ( string text,
params GUILayoutOption[] options )
inlinestatic

Definition at line 10 of file GUILayout.cs.

11 {
12 if (!true)
13 {
14 }
15 GUIContent guicontent = GUIContent.Temp(text);
16 GUIStyle label = GUI.skin.m_label;
17 GUILayout.DoLabel(guicontent, label, options);
18 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.GUILayout.DoLabel(), j__TPar, UnityEngine.GUISkin.m_label, System.options, UnityEngine.GUI.skin, UnityEngine.GUIContent.Temp(), and System.text.