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

◆ Button() [2/3]

static bool UnityEngine.GUI.Button ( Rect position,
int id,
GUIContent content,
GUIStyle style )
inlinestaticpackage

Definition at line 132 of file GUI.cs.

133 {
134 GUIUtility.CheckOnGUI();
135 if (!true)
136 {
137 }
138 bool flag;
139 return flag;
140 }

References UnityEngine.GUIUtility.CheckOnGUI().