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

◆ OnGUI()

static void SimpleProfiler.OnGUI ( )
inlinestatic

Definition at line 109 of file SimpleProfiler.cs.

110 {
111 int height = Screen.height;
112 int width = Screen.width;
113 int height2 = Screen.height;
114 if (16968 == 0)
115 {
116 }
117 GUIStyle box = GUI.skin.box;
121 string text2;
122 string text3;
123 string text = text2 + " " + text3;
124 string text4;
125 if ((" " == null || " " != null) && (text4 == null || text4 != null) && (" " == null || " " != null))
126 {
129 string text5;
130 if (text5 == null || text5 != null)
131 {
133 return;
134 }
135 }
136 throw new ArrayTypeMismatchException();
137 }
class f__AnonymousType0<< Count > j__TPar
static void EndArea()
Definition GUILayout.cs:52
static GUISkin skin
Definition GUI.cs:41
static int height
Definition Screen.cs:28
static int width
Definition Screen.cs:17
double TotalMilliseconds
Definition TimeSpan.cs:117
static TimeSpan FromTicks(long value)
Definition TimeSpan.cs:300

References UnityEngine.GUISkin.box, UnityEngine.GUILayout.EndArea(), System.TimeSpan.FromTicks(), UnityEngine.Screen.height, j__TPar, UnityEngine.GUI.skin, System.text, System.TimeSpan.TotalMilliseconds, and UnityEngine.Screen.width.