terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
GUI.cs
Go to the documentation of this file.
1using System;
9
10namespace UnityEngine
11{
12 [NativeHeader("Modules/IMGUI/GUI.bindings.h")]
13 [NativeHeader("Modules/IMGUI/GUISkin.bindings.h")]
14 [global::Cpp2ILInjected.Token(Token = "0x2000004")]
15 public class GUI
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x6000016")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1F95BC4", Offset = "0x1F95BC4", Length = "0x28C")]
19 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GenericStack), Member = ".ctor", ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "get_Now", ReturnType = typeof(DateTime))]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
24 static GUI()
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x17000008")]
31 {
33 [global::Cpp2ILInjected.Token(Token = "0x6000017")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1F95E50", Offset = "0x1F95E50", Length = "0x5C")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
37 set
38 {
39 throw null;
40 }
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x17000009")]
44 public static GUISkin skin
45 {
46 [global::Cpp2ILInjected.Token(Token = "0x6000019")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1F96020", Offset = "0x1F96020", Length = "0x5C")]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "SimpleProfiler", Member = "OnGUI", ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = "OnGUI", ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "CallWindowDelegate", MemberParameters = new object[]
51 {
53 typeof(int),
54 typeof(int),
56 typeof(int),
57 typeof(float),
58 typeof(float),
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayout), Member = "Label", MemberParameters = new object[]
62 {
63 typeof(string),
65 }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIUtility), Member = "CheckOnGUI", ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
69 get
70 {
71 throw null;
72 }
73 [global::Cpp2ILInjected.Token(Token = "0x6000018")]
74 [global::Cpp2ILInjected.Address(RVA = "0x1F95EAC", Offset = "0x1F95EAC", Length = "0x58")]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "CallWindowDelegate", MemberParameters = new object[]
76 {
78 typeof(int),
79 typeof(int),
81 typeof(int),
82 typeof(float),
83 typeof(float),
85 }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIUtility), Member = "ResetGlobalState", ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIUtility), Member = "CheckOnGUI", ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUI), Member = "DoSetSkin", MemberParameters = new object[] { typeof(GUISkin) }, ReturnType = typeof(void))]
90 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
91 set
92 {
93 throw null;
94 }
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x600001A")]
98 [global::Cpp2ILInjected.Address(RVA = "0x1F95F84", Offset = "0x1F95F84", Length = "0x9C")]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "set_skin", MemberParameters = new object[] { typeof(GUISkin) }, ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Implicit", MemberParameters = new object[] { typeof(Object) }, ReturnType = typeof(bool))]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIUtility), Member = "GetDefaultSkin", ReturnType = typeof(GUISkin))]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUISkin), Member = "MakeCurrent", ReturnType = typeof(void))]
104 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
105 internal static void DoSetSkin(GUISkin newSkin)
106 {
107 throw null;
108 }
109
110 [global::Cpp2ILInjected.Token(Token = "0x600001B")]
111 [global::Cpp2ILInjected.Address(RVA = "0x1F961E4", Offset = "0x1F961E4", Length = "0xC8")]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "TouchExample.CubeController", Member = "OnGUI", ReturnType = typeof(void))]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "MultiplayerWithBindingsExample.PlayerManager", Member = "OnGUI", ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "MultiplayerBasicExample.PlayerManager", Member = "OnGUI", ReturnType = typeof(void))]
115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "BindingsExample.BindingsExample", Member = "OnGUI", ReturnType = typeof(void))]
116 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIContent), Member = "Temp", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(GUIContent))]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUI), Member = "Label", MemberParameters = new object[]
119 {
120 typeof(Rect),
123 }, ReturnType = typeof(void))]
124 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
125 public static void Label(Rect position, string text)
126 {
127 throw null;
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x600001C")]
131 [global::Cpp2ILInjected.Address(RVA = "0x1F963D0", Offset = "0x1F963D0", Length = "0xC8")]
132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = "OnGUI", ReturnType = typeof(void))]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = "DrawUnityInputDebugger", ReturnType = typeof(void))]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 24)]
135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIContent), Member = "Temp", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(GUIContent))]
136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUI), Member = "Label", MemberParameters = new object[]
137 {
138 typeof(Rect),
141 }, ReturnType = typeof(void))]
142 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
143 public static void Label(Rect position, string text, GUIStyle style)
144 {
145 throw null;
146 }
147
148 [global::Cpp2ILInjected.Token(Token = "0x600001D")]
149 [global::Cpp2ILInjected.Address(RVA = "0x1F96338", Offset = "0x1F96338", Length = "0x98")]
150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "Label", MemberParameters = new object[]
151 {
152 typeof(Rect),
153 typeof(string)
154 }, ReturnType = typeof(void))]
155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "Label", MemberParameters = new object[]
156 {
157 typeof(Rect),
158 typeof(string),
160 }, ReturnType = typeof(void))]
161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayout), Member = "DoLabel", MemberParameters = new object[]
162 {
166 }, ReturnType = typeof(void))]
167 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIUtility), Member = "CheckOnGUI", ReturnType = typeof(void))]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUI), Member = "DoLabel", MemberParameters = new object[]
170 {
171 typeof(Rect),
174 }, ReturnType = typeof(void))]
175 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
176 public static void Label(Rect position, GUIContent content, GUIStyle style)
177 {
178 throw null;
179 }
180
181 [global::Cpp2ILInjected.Token(Token = "0x600001E")]
182 [global::Cpp2ILInjected.Address(RVA = "0x1F96700", Offset = "0x1F96700", Length = "0xC8")]
183 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "BindingsExample.BindingsExample", Member = "OnGUI", ReturnType = typeof(void))]
184 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
185 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIContent), Member = "Temp", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(GUIContent))]
186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUI), Member = "Button", MemberParameters = new object[]
187 {
188 typeof(Rect),
191 }, ReturnType = typeof(bool))]
192 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
193 public static bool Button(Rect position, string text)
194 {
195 throw null;
196 }
197
198 [global::Cpp2ILInjected.Token(Token = "0x600001F")]
199 [global::Cpp2ILInjected.Address(RVA = "0x1F967D0", Offset = "0x1F967D0", Length = "0xB8")]
200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "Button", MemberParameters = new object[]
201 {
202 typeof(Rect),
203 typeof(string)
204 }, ReturnType = typeof(bool))]
205 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
206 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIUtility), Member = "GetControlID", MemberParameters = new object[]
207 {
208 typeof(int),
210 typeof(Rect)
211 }, ReturnType = typeof(int))]
212 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUI), Member = "Button", MemberParameters = new object[]
213 {
214 typeof(Rect),
215 typeof(int),
218 }, ReturnType = typeof(bool))]
219 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
220 public static bool Button(Rect position, GUIContent content, GUIStyle style)
221 {
222 throw null;
223 }
224
225 [global::Cpp2ILInjected.Token(Token = "0x6000020")]
226 [global::Cpp2ILInjected.Address(RVA = "0x1F96920", Offset = "0x1F96920", Length = "0xA0")]
227 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "Button", MemberParameters = new object[]
228 {
229 typeof(Rect),
232 }, ReturnType = typeof(bool))]
233 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
234 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIUtility), Member = "CheckOnGUI", ReturnType = typeof(void))]
235 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
236 internal static bool Button(Rect position, int id, GUIContent content, GUIStyle style)
237 {
238 throw null;
239 }
240
241 [global::Cpp2ILInjected.Token(Token = "0x6000021")]
242 [global::Cpp2ILInjected.Address(RVA = "0x1F96AD0", Offset = "0x1F96AD0", Length = "0x418")]
243 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "DoButton", MemberParameters = new object[]
245 {
246 typeof(Rect),
247 typeof(int),
250 }, ReturnType = typeof(bool))]
251 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
252 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIUtility), Member = "HitTest", MemberParameters = new object[]
253 {
254 typeof(Rect),
256 }, ReturnType = typeof(bool))]
257 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Event), Member = "Use", ReturnType = typeof(void))]
258 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "Draw", MemberParameters = new object[]
259 {
260 typeof(Rect),
262 typeof(int),
263 typeof(bool),
264 typeof(bool)
265 }, ReturnType = typeof(void))]
266 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
267 internal static bool DoControl(Rect position, int id, bool on, bool hover, GUIContent content, GUIStyle style)
268 {
269 throw null;
270 }
271
272 [global::Cpp2ILInjected.Token(Token = "0x6000022")]
273 [global::Cpp2ILInjected.Address(RVA = "0x1F96498", Offset = "0x1F96498", Length = "0x268")]
274 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "Label", MemberParameters = new object[]
276 {
277 typeof(Rect),
280 }, ReturnType = typeof(void))]
281 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
282 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Event), Member = "get_mousePosition", ReturnType = typeof(Vector2))]
283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rect), Member = "Contains", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(bool))]
284 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "Internal_Draw", MemberParameters = new object[]
285 {
286 typeof(Rect),
288 typeof(bool),
289 typeof(bool),
290 typeof(bool),
291 typeof(bool)
292 }, ReturnType = typeof(void))]
293 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
294 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIClip), Member = "get_visibleRect", ReturnType = typeof(Rect))]
295 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rect), Member = ".ctor", MemberParameters = new object[]
296 {
299 }, ReturnType = typeof(void))]
300 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "SetMouseTooltip", MemberParameters = new object[]
301 {
302 typeof(string),
303 typeof(Rect)
304 }, ReturnType = typeof(void))]
305 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
306 private static void DoLabel(Rect position, GUIContent content, GUIStyle style)
307 {
308 throw null;
309 }
310
311 [global::Cpp2ILInjected.Token(Token = "0x6000023")]
312 [global::Cpp2ILInjected.Address(RVA = "0x1F969C0", Offset = "0x1F969C0", Length = "0x110")]
313 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
314 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Event), Member = "get_mousePosition", ReturnType = typeof(Vector2))]
315 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rect), Member = "Contains", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(bool))]
316 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUI), Member = "DoControl", MemberParameters = new object[]
317 {
318 typeof(Rect),
319 typeof(int),
320 typeof(bool),
321 typeof(bool),
324 }, ReturnType = typeof(bool))]
325 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
326 internal static bool DoButton(Rect position, int id, GUIContent content, GUIStyle style)
327 {
328 throw null;
329 }
330
331 [global::Cpp2ILInjected.Token(Token = "0x6000024")]
332 [global::Cpp2ILInjected.Address(RVA = "0x1F97604", Offset = "0x1F97604", Length = "0xD8")]
333 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayout), Member = "BeginArea", MemberParameters = new object[]
334 {
335 typeof(Rect),
338 }, ReturnType = typeof(void))]
339 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
340 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
341 public static void BeginGroup(Rect position, GUIContent content, GUIStyle style)
342 {
343 throw null;
344 }
345
346 [global::Cpp2ILInjected.Token(Token = "0x6000025")]
347 [global::Cpp2ILInjected.Address(RVA = "0x1F976DC", Offset = "0x1F976DC", Length = "0x284")]
348 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
349 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
350 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIUtility), Member = "CheckOnGUI", ReturnType = typeof(void))]
351 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIUtility), Member = "GetControlID", MemberParameters = new object[]
352 {
353 typeof(int),
355 }, ReturnType = typeof(int))]
356 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "get_none", ReturnType = typeof(GUIStyle))]
357 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "Draw", MemberParameters = new object[]
358 {
359 typeof(Rect),
361 typeof(int),
362 typeof(bool),
363 typeof(bool),
364 typeof(bool),
365 typeof(bool)
366 }, ReturnType = typeof(void))]
367 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Event), Member = "get_mousePosition", ReturnType = typeof(Vector2))]
368 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rect), Member = "Contains", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(bool))]
369 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIClip), Member = "Internal_Push", MemberParameters = new object[]
370 {
371 typeof(Rect),
374 typeof(bool)
375 }, ReturnType = typeof(void))]
376 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
377 internal static void BeginGroup(Rect position, GUIContent content, GUIStyle style, Vector2 scrollOffset)
378 {
379 throw null;
380 }
381
382 [global::Cpp2ILInjected.Token(Token = "0x6000026")]
383 [global::Cpp2ILInjected.Address(RVA = "0x1F979E4", Offset = "0x1F979E4", Length = "0x2C")]
384 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayout), Member = "EndArea", ReturnType = typeof(void))]
385 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
386 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIUtility), Member = "CheckOnGUI", ReturnType = typeof(void))]
387 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
388 public static void EndGroup()
389 {
390 throw null;
391 }
392
393 [global::Cpp2ILInjected.Token(Token = "0x1700000A")]
395 {
397 [global::Cpp2ILInjected.Token(Token = "0x6000027")]
398 [global::Cpp2ILInjected.Address(RVA = "0x1F97A38", Offset = "0x1F97A38", Length = "0x58")]
399 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
400 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
401 get
402 {
403 throw null;
404 }
405 }
406
408 [global::Cpp2ILInjected.Token(Token = "0x6000028")]
409 [global::Cpp2ILInjected.Address(RVA = "0x1F97A90", Offset = "0x1F97A90", Length = "0x2E4")]
410 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
411 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
412 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUILayoutUtility), Member = "SelectIDList", MemberParameters = new object[]
413 {
414 typeof(int),
415 typeof(bool)
416 }, ReturnType = typeof(GUILayoutUtility.LayoutCache))]
417 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUI), Member = "get_skin", ReturnType = typeof(GUISkin))]
418 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUILayout), Member = "Width", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(GUILayoutOption))]
419 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUILayout), Member = "Height", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(GUILayoutOption))]
420 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "get_none", ReturnType = typeof(GUIStyle))]
421 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUILayoutUtility), Member = "BeginWindow", MemberParameters = new object[]
422 {
423 typeof(int),
426 }, ReturnType = typeof(void))]
427 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUI), Member = "set_skin", MemberParameters = new object[] { typeof(GUISkin) }, ReturnType = typeof(void))]
428 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUILayoutUtility), Member = "Layout", ReturnType = typeof(void))]
429 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
430 internal static void CallWindowDelegate(GUI.WindowFunction func, int id, int instanceID, GUISkin _skin, int forceRect, float width, float height, GUIStyle style)
431 {
432 throw null;
433 }
434
435 [global::Cpp2ILInjected.Token(Token = "0x1700000B")]
436 public static extern bool changed
437 {
438 [global::Cpp2ILInjected.Token(Token = "0x6000029")]
439 [global::Cpp2ILInjected.Address(RVA = "0x1F973EC", Offset = "0x1F973EC", Length = "0x3C")]
440 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
441 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
442 [MethodImpl(4096)]
443 set;
444 }
445
446 [global::Cpp2ILInjected.Token(Token = "0x600002A")]
447 [global::Cpp2ILInjected.Address(RVA = "0x1F9708C", Offset = "0x1F9708C", Length = "0x3C")]
448 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
449 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
450 [MethodImpl(4096)]
451 internal static extern void GrabMouseControl(int id);
452
453 [global::Cpp2ILInjected.Token(Token = "0x600002B")]
454 [global::Cpp2ILInjected.Address(RVA = "0x1F97428", Offset = "0x1F97428", Length = "0x3C")]
455 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
456 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
457 [MethodImpl(4096)]
458 internal static extern bool HasMouseControl(int id);
459
460 [global::Cpp2ILInjected.Token(Token = "0x600002C")]
461 [global::Cpp2ILInjected.Address(RVA = "0x1F97464", Offset = "0x1F97464", Length = "0x28")]
462 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
463 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
464 [MethodImpl(4096)]
465 internal static extern void ReleaseMouseControl();
466
467 [global::Cpp2ILInjected.Token(Token = "0x400000F")]
468 private static int s_HotTextField;
469
470 [global::Cpp2ILInjected.Token(Token = "0x4000010")]
471 private static readonly int s_BoxHash;
472
473 [global::Cpp2ILInjected.Token(Token = "0x4000011")]
474 private static readonly int s_ButonHash;
475
476 [global::Cpp2ILInjected.Token(Token = "0x4000012")]
477 private static readonly int s_RepeatButtonHash;
478
479 [global::Cpp2ILInjected.Token(Token = "0x4000013")]
480 private static readonly int s_ToggleHash;
481
482 [global::Cpp2ILInjected.Token(Token = "0x4000014")]
483 private static readonly int s_ButtonGridHash;
484
485 [global::Cpp2ILInjected.Token(Token = "0x4000015")]
486 private static readonly int s_SliderHash;
487
488 [global::Cpp2ILInjected.Token(Token = "0x4000016")]
489 private static readonly int s_BeginGroupHash;
490
491 [global::Cpp2ILInjected.Token(Token = "0x4000017")]
492 private static readonly int s_ScrollviewHash;
493
496 [global::Cpp2ILInjected.Token(Token = "0x4000018")]
497 private static DateTime <nextScrollStepTime>k__BackingField;
498
499 [global::Cpp2ILInjected.Token(Token = "0x4000019")]
500 private static GUISkin s_Skin;
501
502 [global::Cpp2ILInjected.Token(Token = "0x400001A")]
503 internal static Rect s_ToolTipRect;
504
507 [global::Cpp2ILInjected.Token(Token = "0x400001B")]
508 private static GenericStack <scrollViewStates>k__BackingField;
509
510 [global::Cpp2ILInjected.Token(Token = "0x2000005")]
511 public delegate void WindowFunction(int id);
512 }
513}
class f__AnonymousType0<< Count > j__TPar
static bool DoControl(Rect position, int id, bool on, bool hover, GUIContent content, GUIStyle style)
Definition GUI.cs:267
static readonly int s_RepeatButtonHash
Definition GUI.cs:477
static void BeginGroup(Rect position, GUIContent content, GUIStyle style, Vector2 scrollOffset)
Definition GUI.cs:377
static void GrabMouseControl(int id)
static bool DoButton(Rect position, int id, GUIContent content, GUIStyle style)
Definition GUI.cs:326
static bool changed
Definition GUI.cs:437
static readonly int s_ButtonGridHash
Definition GUI.cs:483
static readonly int s_ScrollviewHash
Definition GUI.cs:492
static readonly int s_ToggleHash
Definition GUI.cs:480
static void DoLabel(Rect position, GUIContent content, GUIStyle style)
Definition GUI.cs:306
static bool HasMouseControl(int id)
static void Label(Rect position, string text)
Definition GUI.cs:125
static DateTime< nextScrollStepTime > k__BackingField
Definition GUI.cs:497
static void ReleaseMouseControl()
static int s_HotTextField
Definition GUI.cs:468
static void EndGroup()
Definition GUI.cs:388
static bool Button(Rect position, int id, GUIContent content, GUIStyle style)
Definition GUI.cs:236
static readonly int s_SliderHash
Definition GUI.cs:486
delegate void WindowFunction(int id)
static GUISkin s_Skin
Definition GUI.cs:500
static void Label(Rect position, string text, GUIStyle style)
Definition GUI.cs:143
static GUISkin skin
Definition GUI.cs:45
static bool Button(Rect position, string text)
Definition GUI.cs:193
static GenericStack< scrollViewStates > k__BackingField
Definition GUI.cs:508
static bool Button(Rect position, GUIContent content, GUIStyle style)
Definition GUI.cs:220
static void Label(Rect position, GUIContent content, GUIStyle style)
Definition GUI.cs:176
static GenericStack scrollViewStates
Definition GUI.cs:395
static readonly int s_BeginGroupHash
Definition GUI.cs:489
static void DoSetSkin(GUISkin newSkin)
Definition GUI.cs:105
static Rect s_ToolTipRect
Definition GUI.cs:503
static readonly int s_BoxHash
Definition GUI.cs:471
static void CallWindowDelegate(GUI.WindowFunction func, int id, int instanceID, GUISkin _skin, int forceRect, float width, float height, GUIStyle style)
Definition GUI.cs:430
static GUI()
Definition GUI.cs:24
static DateTime nextScrollStepTime
Definition GUI.cs:31
static readonly int s_ButonHash
Definition GUI.cs:474
static void BeginGroup(Rect position, GUIContent content, GUIStyle style)
Definition GUI.cs:341