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
GUIStyle.cs
Go to the documentation of this file.
1using System;
8
9namespace UnityEngine
10{
11 [NativeHeader("Modules/IMGUI/GUIStyle.bindings.h")]
13 [NativeHeader("IMGUIScriptingClasses.h")]
14 [global::Cpp2ILInjected.Token(Token = "0x200001C")]
16 [StructLayout(0)]
17 public sealed class GUIStyle
18 {
19 [NativeProperty("Name", false, TargetType.Function)]
20 [global::Cpp2ILInjected.Token(Token = "0x17000049")]
21 internal extern string rawName
22 {
23 [global::Cpp2ILInjected.Token(Token = "0x60000FC")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1FA04AC", Offset = "0x1FA04AC", Length = "0x3C")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
27 [MethodImpl(4096)]
28 get;
29 [global::Cpp2ILInjected.Token(Token = "0x60000FD")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1FA04E8", Offset = "0x1FA04E8", Length = "0x44")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 [MethodImpl(4096)]
34 set;
35 }
36
37 [NativeProperty("m_ImagePosition", false, TargetType.Field)]
38 [global::Cpp2ILInjected.Token(Token = "0x1700004A")]
40 {
41 [global::Cpp2ILInjected.Token(Token = "0x60000FE")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1FA052C", Offset = "0x1FA052C", Length = "0x3C")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
45 [MethodImpl(4096)]
46 get;
47 }
48
49 [NativeProperty("m_WordWrap", false, TargetType.Field)]
50 [global::Cpp2ILInjected.Token(Token = "0x1700004B")]
51 public extern bool wordWrap
52 {
53 [global::Cpp2ILInjected.Token(Token = "0x60000FF")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1FA0568", Offset = "0x1FA0568", Length = "0x3C")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
57 [MethodImpl(4096)]
58 get;
59 }
60
61 [NativeProperty("m_FixedWidth", false, TargetType.Field)]
62 [global::Cpp2ILInjected.Token(Token = "0x1700004C")]
63 public extern float fixedWidth
64 {
65 [global::Cpp2ILInjected.Token(Token = "0x6000100")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1F94F7C", Offset = "0x1F94F7C", Length = "0x3C")]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
68 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
69 [MethodImpl(4096)]
70 get;
71 }
72
73 [NativeProperty("m_FixedHeight", false, TargetType.Field)]
74 [global::Cpp2ILInjected.Token(Token = "0x1700004D")]
75 public extern float fixedHeight
76 {
77 [global::Cpp2ILInjected.Token(Token = "0x6000101")]
78 [global::Cpp2ILInjected.Address(RVA = "0x1F94FF4", Offset = "0x1F94FF4", Length = "0x3C")]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
81 [MethodImpl(4096)]
82 get;
83 }
84
85 [NativeProperty("m_StretchWidth", false, TargetType.Field)]
86 [global::Cpp2ILInjected.Token(Token = "0x1700004E")]
87 public extern bool stretchWidth
88 {
89 [global::Cpp2ILInjected.Token(Token = "0x6000102")]
90 [global::Cpp2ILInjected.Address(RVA = "0x1F94FB8", Offset = "0x1F94FB8", Length = "0x3C")]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
92 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
93 [MethodImpl(4096)]
94 get;
95 }
96
97 [NativeProperty("m_StretchHeight", false, TargetType.Field)]
98 [global::Cpp2ILInjected.Token(Token = "0x1700004F")]
99 public extern bool stretchHeight
100 {
101 [global::Cpp2ILInjected.Token(Token = "0x6000103")]
102 [global::Cpp2ILInjected.Address(RVA = "0x1F95030", Offset = "0x1F95030", Length = "0x3C")]
103 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
104 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
105 [MethodImpl(4096)]
106 get;
107 [global::Cpp2ILInjected.Token(Token = "0x6000104")]
108 [global::Cpp2ILInjected.Address(RVA = "0x1F9D668", Offset = "0x1F9D668", Length = "0x44")]
109 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
110 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
111 [MethodImpl(4096)]
112 set;
113 }
114
115 [FreeFunction(Name = "GUIStyle_Bindings::Internal_Create", IsThreadSafe = true)]
116 [global::Cpp2ILInjected.Token(Token = "0x6000105")]
117 [global::Cpp2ILInjected.Address(RVA = "0x1FA05A4", Offset = "0x1FA05A4", Length = "0x3C")]
118 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
120 [MethodImpl(4096)]
121 private static extern IntPtr Internal_Create(GUIStyle self);
122
123 [FreeFunction(Name = "GUIStyle_Bindings::Internal_Destroy", IsThreadSafe = true)]
124 [global::Cpp2ILInjected.Token(Token = "0x6000106")]
125 [global::Cpp2ILInjected.Address(RVA = "0x1FA05E0", Offset = "0x1FA05E0", Length = "0x3C")]
126 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
127 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
128 [MethodImpl(4096)]
129 private static extern void Internal_Destroy(IntPtr self);
130
131 [FreeFunction(Name = "GUIStyle_Bindings::GetStyleStatePtr", IsThreadSafe = true, HasExplicitThis = true)]
132 [global::Cpp2ILInjected.Token(Token = "0x6000107")]
133 [global::Cpp2ILInjected.Address(RVA = "0x1FA061C", Offset = "0x1FA061C", Length = "0x44")]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
135 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
136 [MethodImpl(4096)]
137 private extern IntPtr GetStyleStatePtr(int idx);
138
139 [FreeFunction(Name = "GUIStyle_Bindings::GetRectOffsetPtr", HasExplicitThis = true)]
140 [global::Cpp2ILInjected.Token(Token = "0x6000108")]
141 [global::Cpp2ILInjected.Address(RVA = "0x1FA0660", Offset = "0x1FA0660", Length = "0x44")]
142 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
143 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
144 [MethodImpl(4096)]
145 private extern IntPtr GetRectOffsetPtr(int idx);
146
147 [FreeFunction(Name = "GUIStyle_Bindings::Internal_Draw", HasExplicitThis = true)]
148 [global::Cpp2ILInjected.Token(Token = "0x6000109")]
149 [global::Cpp2ILInjected.Address(RVA = "0x1FA06A4", Offset = "0x1FA06A4", Length = "0x8C")]
150 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "DoLabel", MemberParameters = new object[]
152 {
153 typeof(Rect),
156 }, ReturnType = typeof(void))]
157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIStyle), Member = "Draw", MemberParameters = new object[]
158 {
159 typeof(Rect),
161 typeof(bool),
162 typeof(bool),
163 typeof(bool),
164 typeof(bool)
165 }, ReturnType = typeof(void))]
166 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIStyle), Member = "Draw", MemberParameters = new object[]
167 {
168 typeof(Rect),
170 typeof(int),
171 typeof(bool),
172 typeof(bool),
173 typeof(bool),
174 typeof(bool)
175 }, ReturnType = typeof(void))]
176 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
177 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
178 private void Internal_Draw(Rect screenRect, GUIContent content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus)
179 {
180 throw null;
181 }
182
183 [FreeFunction(Name = "GUIStyle_Bindings::Internal_Draw2", HasExplicitThis = true)]
184 [global::Cpp2ILInjected.Token(Token = "0x600010A")]
185 [global::Cpp2ILInjected.Address(RVA = "0x1FA07B4", Offset = "0x1FA07B4", Length = "0x74")]
186 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIStyle), Member = "Draw", MemberParameters = new object[]
188 {
189 typeof(Rect),
191 typeof(int),
192 typeof(bool),
193 typeof(bool),
194 typeof(bool),
195 typeof(bool)
196 }, ReturnType = typeof(void))]
197 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
198 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
199 private void Internal_Draw2(Rect position, GUIContent content, int controlID, bool on)
200 {
201 throw null;
202 }
203
204 [FreeFunction(Name = "GUIStyle_Bindings::Internal_CalcSizeWithConstraints", HasExplicitThis = true)]
205 [global::Cpp2ILInjected.Token(Token = "0x600010B")]
206 [global::Cpp2ILInjected.Address(RVA = "0x1FA0894", Offset = "0x1FA0894", Length = "0x64")]
207 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
208 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutUtility), Member = "DoGetRect", MemberParameters = new object[]
209 {
213 }, ReturnType = typeof(Rect))]
214 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIStyle), Member = "CalcSizeWithConstraints", MemberParameters = new object[]
215 {
218 }, ReturnType = typeof(Vector2))]
219 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
220 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
222 {
223 throw null;
224 }
225
226 [FreeFunction(Name = "GUIStyle_Bindings::Internal_CalcHeight", HasExplicitThis = true)]
227 [global::Cpp2ILInjected.Token(Token = "0x600010C")]
228 [global::Cpp2ILInjected.Address(RVA = "0x1FA0954", Offset = "0x1FA0954", Length = "0x54")]
229 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
230 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
231 [MethodImpl(4096)]
232 private extern float Internal_CalcHeight(GUIContent content, float width);
233
234 [FreeFunction(Name = "GUIStyle_Bindings::Internal_CalcMinMaxWidth", HasExplicitThis = true)]
235 [global::Cpp2ILInjected.Token(Token = "0x600010D")]
236 [global::Cpp2ILInjected.Address(RVA = "0x1FA09A8", Offset = "0x1FA09A8", Length = "0x5C")]
237 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
238 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWordWrapSizer), Member = "CalcWidth", ReturnType = typeof(void))]
239 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIStyle), Member = "CalcMinMaxWidth", MemberParameters = new object[]
240 {
242 typeof(ref float),
243 typeof(ref float)
244 }, ReturnType = typeof(void))]
245 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
246 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
248 {
249 throw null;
250 }
251
252 [FreeFunction(Name = "GUIStyle_Bindings::SetMouseTooltip")]
253 [global::Cpp2ILInjected.Token(Token = "0x600010E")]
254 [global::Cpp2ILInjected.Address(RVA = "0x1F97578", Offset = "0x1F97578", Length = "0x8C")]
255 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
256 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "DoLabel", MemberParameters = new object[]
257 {
258 typeof(Rect),
261 }, ReturnType = typeof(void))]
262 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
263 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
264 internal static void SetMouseTooltip(string tooltip, Rect screenRect)
265 {
266 throw null;
267 }
268
269 [FreeFunction(Name = "GUIStyle_Bindings::IsTooltipActive")]
270 [global::Cpp2ILInjected.Token(Token = "0x600010F")]
271 [global::Cpp2ILInjected.Address(RVA = "0x1F9753C", Offset = "0x1F9753C", Length = "0x3C")]
272 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
273 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
274 [MethodImpl(4096)]
275 internal static extern bool IsTooltipActive(string tooltip);
276
277 [FreeFunction(Name = "GUIStyle::SetDefaultFont")]
278 [global::Cpp2ILInjected.Token(Token = "0x6000110")]
279 [global::Cpp2ILInjected.Address(RVA = "0x1F9C5D8", Offset = "0x1F9C5D8", Length = "0x3C")]
280 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
281 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
282 [MethodImpl(4096)]
283 internal static extern void SetDefaultFont(Font font);
284
285 [global::Cpp2ILInjected.Token(Token = "0x6000111")]
286 [global::Cpp2ILInjected.Address(RVA = "0x1F9C870", Offset = "0x1F9C870", Length = "0x88")]
287 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = ".ctor", ReturnType = typeof(void))]
289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUISkin), Member = "get_error", ReturnType = typeof(GUIStyle))]
290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUISkin), Member = "BuildStyleCache", ReturnType = typeof(void))]
291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIStyle), Member = "get_none", ReturnType = typeof(GUIStyle))]
292 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 26)]
293 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
294 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
295 public GUIStyle()
296 {
297 throw null;
298 }
299
300 [global::Cpp2ILInjected.Token(Token = "0x6000112")]
301 [global::Cpp2ILInjected.Address(RVA = "0x1FA0A9C", Offset = "0x1FA0A9C", Length = "0x144")]
302 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
303 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
304 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Inequality", MemberParameters = new object[]
305 {
306 typeof(IntPtr),
308 }, ReturnType = typeof(bool))]
309 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Finalize", ReturnType = typeof(void))]
310 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
311 protected override void Finalize()
312 {
313 throw null;
314 }
315
316 [global::Cpp2ILInjected.Token(Token = "0x17000050")]
317 public string name
318 {
319 [global::Cpp2ILInjected.Token(Token = "0x6000113")]
320 [global::Cpp2ILInjected.Address(RVA = "0x1F95838", Offset = "0x1F95838", Length = "0x4C")]
321 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
322 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
323 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
324 get
325 {
326 throw null;
327 }
328 [global::Cpp2ILInjected.Token(Token = "0x6000114")]
329 [global::Cpp2ILInjected.Address(RVA = "0x1F9C8F8", Offset = "0x1F9C8F8", Length = "0x48")]
330 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
331 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
332 set
333 {
334 throw null;
335 }
336 }
337
338 [global::Cpp2ILInjected.Token(Token = "0x17000051")]
340 {
341 [global::Cpp2ILInjected.Token(Token = "0x6000115")]
342 [global::Cpp2ILInjected.Address(RVA = "0x1F9D6AC", Offset = "0x1F9D6AC", Length = "0x5C")]
343 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
344 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = "SetColor", MemberParameters = new object[] { typeof(Color) }, ReturnType = typeof(void))]
345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = "OnGUI", ReturnType = typeof(void))]
346 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = "DrawUnityInputDebugger", ReturnType = typeof(void))]
347 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUISkin), Member = "BuildStyleCache", ReturnType = typeof(void))]
348 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 22)]
349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyleState), Member = "GetGUIStyleState", MemberParameters = new object[]
350 {
353 }, ReturnType = typeof(GUIStyleState))]
354 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
355 get
356 {
357 throw null;
358 }
359 }
360
361 [global::Cpp2ILInjected.Token(Token = "0x17000052")]
363 {
364 [global::Cpp2ILInjected.Token(Token = "0x6000116")]
365 [global::Cpp2ILInjected.Address(RVA = "0x1F94A2C", Offset = "0x1F94A2C", Length = "0xA0")]
366 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
367 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutEntry), Member = "get_marginLeft", ReturnType = typeof(int))]
368 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutEntry), Member = "get_marginRight", ReturnType = typeof(int))]
369 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutEntry), Member = "get_marginTop", ReturnType = typeof(int))]
370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutEntry), Member = "get_marginBottom", ReturnType = typeof(int))]
371 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutGroup), Member = "ApplyStyleSettings", MemberParameters = new object[] { typeof(GUIStyle) }, ReturnType = typeof(void))]
372 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIScrollGroup), Member = "SetHorizontal", MemberParameters = new object[]
373 {
374 typeof(float),
375 typeof(float)
376 }, ReturnType = typeof(void))]
377 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIScrollGroup), Member = "CalcHeight", ReturnType = typeof(void))]
378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIScrollGroup), Member = "SetVertical", MemberParameters = new object[]
379 {
380 typeof(float),
381 typeof(float)
382 }, ReturnType = typeof(void))]
383 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
384 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RectOffset), Member = ".ctor", MemberParameters = new object[]
385 {
386 typeof(object),
388 }, ReturnType = typeof(void))]
389 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
390 get
391 {
392 throw null;
393 }
394 }
395
396 [global::Cpp2ILInjected.Token(Token = "0x17000053")]
398 {
399 [global::Cpp2ILInjected.Token(Token = "0x6000117")]
400 [global::Cpp2ILInjected.Address(RVA = "0x1F9E3A8", Offset = "0x1F9E3A8", Length = "0xA0")]
401 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutGroup), Member = "CalcWidth", ReturnType = typeof(void))]
403 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutGroup), Member = "SetHorizontal", MemberParameters = new object[]
404 {
405 typeof(float),
406 typeof(float)
407 }, ReturnType = typeof(void))]
408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutGroup), Member = "CalcHeight", ReturnType = typeof(void))]
409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutGroup), Member = "SetVertical", MemberParameters = new object[]
410 {
411 typeof(float),
412 typeof(float)
413 }, ReturnType = typeof(void))]
414 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
415 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RectOffset), Member = ".ctor", MemberParameters = new object[]
416 {
417 typeof(object),
419 }, ReturnType = typeof(void))]
420 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
421 get
422 {
423 throw null;
424 }
425 }
426
427 [global::Cpp2ILInjected.Token(Token = "0x6000118")]
428 [global::Cpp2ILInjected.Address(RVA = "0x1F974D8", Offset = "0x1F974D8", Length = "0x14")]
429 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
430 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "Internal_Draw", MemberParameters = new object[]
431 {
432 typeof(Rect),
434 typeof(bool),
435 typeof(bool),
436 typeof(bool),
437 typeof(bool)
438 }, ReturnType = typeof(void))]
439 public void Draw(Rect position, GUIContent content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus)
440 {
441 throw null;
442 }
443
444 [global::Cpp2ILInjected.Token(Token = "0x6000119")]
445 [global::Cpp2ILInjected.Address(RVA = "0x1F9798C", Offset = "0x1F9798C", Length = "0x14")]
446 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
447 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "Draw", MemberParameters = new object[]
448 {
449 typeof(Rect),
451 typeof(int),
452 typeof(bool),
453 typeof(bool),
454 typeof(bool),
455 typeof(bool)
456 }, ReturnType = typeof(void))]
457 public void Draw(Rect position, GUIContent content, int controlID)
458 {
459 throw null;
460 }
461
462 [global::Cpp2ILInjected.Token(Token = "0x600011A")]
463 [global::Cpp2ILInjected.Address(RVA = "0x1F96F6C", Offset = "0x1F96F6C", Length = "0xB8")]
464 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
465 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "DoControl", MemberParameters = new object[]
466 {
467 typeof(Rect),
468 typeof(int),
469 typeof(bool),
470 typeof(bool),
473 }, ReturnType = typeof(bool))]
474 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
475 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIUtility), Member = "HasKeyFocus", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
476 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "Draw", MemberParameters = new object[]
477 {
478 typeof(Rect),
480 typeof(int),
481 typeof(bool),
482 typeof(bool),
483 typeof(bool),
484 typeof(bool)
485 }, ReturnType = typeof(void))]
486 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
487 public void Draw(Rect position, GUIContent content, int controlID, bool on, bool hover)
488 {
489 throw null;
490 }
491
492 [global::Cpp2ILInjected.Token(Token = "0x600011B")]
493 [global::Cpp2ILInjected.Address(RVA = "0x1FA0BE0", Offset = "0x1FA0BE0", Length = "0x24")]
494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "BeginGroup", MemberParameters = new object[]
495 {
496 typeof(Rect),
500 }, ReturnType = typeof(void))]
501 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIStyle), Member = "Draw", MemberParameters = new object[]
502 {
503 typeof(Rect),
505 typeof(int)
506 }, ReturnType = typeof(void))]
507 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIStyle), Member = "Draw", MemberParameters = new object[]
508 {
509 typeof(Rect),
511 typeof(int),
512 typeof(bool),
513 typeof(bool)
514 }, ReturnType = typeof(void))]
515 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
516 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "Internal_Draw2", MemberParameters = new object[]
517 {
518 typeof(Rect),
520 typeof(int),
521 typeof(bool)
522 }, ReturnType = typeof(void))]
523 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "Internal_Draw", MemberParameters = new object[]
524 {
525 typeof(Rect),
527 typeof(bool),
528 typeof(bool),
529 typeof(bool),
530 typeof(bool)
531 }, ReturnType = typeof(void))]
532 private void Draw(Rect position, GUIContent content, int controlId, bool isHover, bool isActive, bool on, bool hasKeyboardFocus)
533 {
534 throw null;
535 }
536
537 [global::Cpp2ILInjected.Token(Token = "0x17000054")]
538 public static GUIStyle none
539 {
540 [global::Cpp2ILInjected.Token(Token = "0x600011C")]
541 [global::Cpp2ILInjected.Address(RVA = "0x1F94C90", Offset = "0x1F94C90", Length = "0x88")]
542 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutEntry), Member = ".ctor", MemberParameters = new object[]
543 {
544 typeof(float),
545 typeof(float),
546 typeof(float),
547 typeof(float),
549 }, ReturnType = typeof(void))]
550 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutEntry), Member = ".ctor", MemberParameters = new object[]
551 {
552 typeof(float),
553 typeof(float),
554 typeof(float),
555 typeof(float),
558 }, ReturnType = typeof(void))]
559 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "BeginGroup", MemberParameters = new object[]
560 {
561 typeof(Rect),
565 }, ReturnType = typeof(void))]
566 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "CallWindowDelegate", MemberParameters = new object[]
567 {
569 typeof(int),
570 typeof(int),
572 typeof(int),
573 typeof(float),
574 typeof(float),
576 }, ReturnType = typeof(void))]
577 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TextEditor), Member = ".ctor", ReturnType = typeof(void))]
578 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutGroup), Member = ".ctor", ReturnType = typeof(void))]
579 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutGroup), Member = "CalcWidth", ReturnType = typeof(void))]
580 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutGroup), Member = "SetHorizontal", MemberParameters = new object[]
581 {
582 typeof(float),
583 typeof(float)
584 }, ReturnType = typeof(void))]
585 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutGroup), Member = "CalcHeight", ReturnType = typeof(void))]
586 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutGroup), Member = "SetVertical", MemberParameters = new object[]
587 {
588 typeof(float),
589 typeof(float)
590 }, ReturnType = typeof(void))]
591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutGroup), Member = ".cctor", ReturnType = typeof(void))]
592 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
593 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = ".ctor", ReturnType = typeof(void))]
594 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
595 get
596 {
597 throw null;
598 }
599 }
600
601 [global::Cpp2ILInjected.Token(Token = "0x600011D")]
602 [global::Cpp2ILInjected.Address(RVA = "0x1F9AD14", Offset = "0x1F9AD14", Length = "0x4")]
603 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
604 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "Internal_CalcSizeWithConstraints", MemberParameters = new object[]
605 {
608 }, ReturnType = typeof(Vector2))]
609 internal Vector2 CalcSizeWithConstraints(GUIContent content, Vector2 constraints)
610 {
611 throw null;
612 }
613
614 [global::Cpp2ILInjected.Token(Token = "0x600011E")]
615 [global::Cpp2ILInjected.Address(RVA = "0x1F95B70", Offset = "0x1F95B70", Length = "0x54")]
616 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
617 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
618 public float CalcHeight(GUIContent content, float width)
619 {
620 throw null;
621 }
622
623 [global::Cpp2ILInjected.Token(Token = "0x17000055")]
625 {
626 [global::Cpp2ILInjected.Token(Token = "0x600011F")]
627 [global::Cpp2ILInjected.Address(RVA = "0x1F9AC68", Offset = "0x1F9AC68", Length = "0xAC")]
628 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
629 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayoutUtility), Member = "DoGetRect", MemberParameters = new object[]
630 {
634 }, ReturnType = typeof(Rect))]
635 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
636 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
637 get
638 {
639 throw null;
640 }
641 }
642
643 [global::Cpp2ILInjected.Token(Token = "0x6000120")]
644 [global::Cpp2ILInjected.Address(RVA = "0x1F95AAC", Offset = "0x1F95AAC", Length = "0x28")]
645 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
646 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStyle), Member = "Internal_CalcMinMaxWidth", MemberParameters = new object[] { typeof(GUIContent) }, ReturnType = typeof(Vector2))]
647 public void CalcMinMaxWidth(GUIContent content, out float minWidth, out float maxWidth)
648 {
649 throw null;
650 }
651
652 [global::Cpp2ILInjected.Token(Token = "0x6000121")]
653 [global::Cpp2ILInjected.Address(RVA = "0x1FA0C04", Offset = "0x1FA0C04", Length = "0xD0")]
654 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
655 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
656 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "UnityEngine.UnityString", Member = "Format", MemberParameters = new object[]
657 {
658 typeof(string),
659 typeof(object[])
660 }, ReturnType = typeof(string))]
661 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
662 public override string ToString()
663 {
664 throw null;
665 }
666
667 // Note: this type is marked as 'beforefieldinit'.
668 [global::Cpp2ILInjected.Token(Token = "0x6000122")]
669 [global::Cpp2ILInjected.Address(RVA = "0x1FA0CD4", Offset = "0x1FA0CD4", Length = "0x4C")]
670 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
671 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
672 static GUIStyle()
673 {
674 throw null;
675 }
676
677 [global::Cpp2ILInjected.Token(Token = "0x6000123")]
678 [global::Cpp2ILInjected.Address(RVA = "0x1FA0730", Offset = "0x1FA0730", Length = "0x84")]
679 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
680 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
681 [MethodImpl(4096)]
682 private extern void Internal_Draw_Injected(ref Rect screenRect, GUIContent content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus);
683
684 [global::Cpp2ILInjected.Token(Token = "0x6000124")]
685 [global::Cpp2ILInjected.Address(RVA = "0x1FA0828", Offset = "0x1FA0828", Length = "0x6C")]
686 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
687 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
688 [MethodImpl(4096)]
689 private extern void Internal_Draw2_Injected(ref Rect position, GUIContent content, int controlID, bool on);
690
691 [global::Cpp2ILInjected.Token(Token = "0x6000125")]
692 [global::Cpp2ILInjected.Address(RVA = "0x1FA08F8", Offset = "0x1FA08F8", Length = "0x5C")]
693 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
694 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
695 [MethodImpl(4096)]
696 private extern void Internal_CalcSizeWithConstraints_Injected(GUIContent content, ref Vector2 maxSize, out Vector2 ret);
697
698 [global::Cpp2ILInjected.Token(Token = "0x6000126")]
699 [global::Cpp2ILInjected.Address(RVA = "0x1FA0A04", Offset = "0x1FA0A04", Length = "0x54")]
700 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
701 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
702 [MethodImpl(4096)]
703 private extern void Internal_CalcMinMaxWidth_Injected(GUIContent content, out Vector2 ret);
704
705 [global::Cpp2ILInjected.Token(Token = "0x6000127")]
706 [global::Cpp2ILInjected.Address(RVA = "0x1FA0A58", Offset = "0x1FA0A58", Length = "0x44")]
707 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
708 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
709 [MethodImpl(4096)]
710 private static extern void SetMouseTooltip_Injected(string tooltip, ref Rect screenRect);
711
712 [global::Cpp2ILInjected.Token(Token = "0x40000CA")]
713 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
715 internal IntPtr m_Ptr;
716
717 [global::Cpp2ILInjected.Token(Token = "0x40000CB")]
718 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
721
722 [global::Cpp2ILInjected.Token(Token = "0x40000CC")]
723 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
726
727 [global::Cpp2ILInjected.Token(Token = "0x40000CD")]
728 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
731
732 [global::Cpp2ILInjected.Token(Token = "0x40000CE")]
733 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
736
737 [global::Cpp2ILInjected.Token(Token = "0x40000CF")]
738 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
741
742 [global::Cpp2ILInjected.Token(Token = "0x40000D0")]
743 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
746
747 [global::Cpp2ILInjected.Token(Token = "0x40000D1")]
748 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
751
752 [global::Cpp2ILInjected.Token(Token = "0x40000D2")]
753 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
756
757 [global::Cpp2ILInjected.Token(Token = "0x40000D3")]
758 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
761
762 [global::Cpp2ILInjected.Token(Token = "0x40000D4")]
763 [global::Cpp2ILInjected.FieldOffset(Offset = "0x60")]
766
767 [global::Cpp2ILInjected.Token(Token = "0x40000D5")]
768 [global::Cpp2ILInjected.FieldOffset(Offset = "0x68")]
771
772 [global::Cpp2ILInjected.Token(Token = "0x40000D6")]
773 [global::Cpp2ILInjected.FieldOffset(Offset = "0x70")]
776
777 [global::Cpp2ILInjected.Token(Token = "0x40000D7")]
778 [global::Cpp2ILInjected.FieldOffset(Offset = "0x78")]
780 private string m_Name;
781
782 [global::Cpp2ILInjected.Token(Token = "0x40000D8")]
783 internal static bool showKeyboardFocus;
784
785 [global::Cpp2ILInjected.Token(Token = "0x40000D9")]
786 private static GUIStyle s_None;
787 }
788}
class f__AnonymousType0<< Count > j__TPar
override void Finalize()
Definition GUIStyle.cs:311
static GUIStyle s_None
Definition GUIStyle.cs:786
RectOffset margin
Definition GUIStyle.cs:363
void CalcMinMaxWidth(GUIContent content, out float minWidth, out float maxWidth)
Definition GUIStyle.cs:647
void Draw(Rect position, GUIContent content, int controlId, bool isHover, bool isActive, bool on, bool hasKeyboardFocus)
Definition GUIStyle.cs:532
void Internal_Draw2_Injected(ref Rect position, GUIContent content, int controlID, bool on)
float Internal_CalcHeight(GUIContent content, float width)
override string ToString()
Definition GUIStyle.cs:662
GUIStyleState m_Focused
Definition GUIStyle.cs:735
static IntPtr Internal_Create(GUIStyle self)
RectOffset m_Overflow
Definition GUIStyle.cs:775
RectOffset m_Border
Definition GUIStyle.cs:760
RectOffset m_Margin
Definition GUIStyle.cs:770
IntPtr GetStyleStatePtr(int idx)
GUIStyleState m_Normal
Definition GUIStyle.cs:720
IntPtr GetRectOffsetPtr(int idx)
Vector2 Internal_CalcSizeWithConstraints(GUIContent content, Vector2 maxSize)
Definition GUIStyle.cs:221
void Draw(Rect position, GUIContent content, int controlID, bool on, bool hover)
Definition GUIStyle.cs:487
GUIStyleState m_OnActive
Definition GUIStyle.cs:750
RectOffset m_Padding
Definition GUIStyle.cs:765
void Internal_CalcSizeWithConstraints_Injected(GUIContent content, ref Vector2 maxSize, out Vector2 ret)
void Internal_Draw(Rect screenRect, GUIContent content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus)
Definition GUIStyle.cs:178
GUIStyleState m_Hover
Definition GUIStyle.cs:725
bool isHeightDependantOnWidth
Definition GUIStyle.cs:625
static void SetMouseTooltip(string tooltip, Rect screenRect)
Definition GUIStyle.cs:264
ImagePosition imagePosition
Definition GUIStyle.cs:40
static bool IsTooltipActive(string tooltip)
RectOffset padding
Definition GUIStyle.cs:398
GUIStyleState normal
Definition GUIStyle.cs:340
GUIStyleState m_Active
Definition GUIStyle.cs:730
static GUIStyle none
Definition GUIStyle.cs:539
GUIStyleState m_OnHover
Definition GUIStyle.cs:745
static void SetMouseTooltip_Injected(string tooltip, ref Rect screenRect)
void Internal_Draw_Injected(ref Rect screenRect, GUIContent content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus)
void Draw(Rect position, GUIContent content, int controlID)
Definition GUIStyle.cs:457
void Internal_CalcMinMaxWidth_Injected(GUIContent content, out Vector2 ret)
static bool showKeyboardFocus
Definition GUIStyle.cs:783
void Draw(Rect position, GUIContent content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus)
Definition GUIStyle.cs:439
Vector2 CalcSizeWithConstraints(GUIContent content, Vector2 constraints)
Definition GUIStyle.cs:609
float CalcHeight(GUIContent content, float width)
Definition GUIStyle.cs:618
Vector2 Internal_CalcMinMaxWidth(GUIContent content)
Definition GUIStyle.cs:247
GUIStyleState m_OnFocused
Definition GUIStyle.cs:755
GUIStyleState m_OnNormal
Definition GUIStyle.cs:740
void Internal_Draw2(Rect position, GUIContent content, int controlID, bool on)
Definition GUIStyle.cs:199
static void SetDefaultFont(Font font)
static void Internal_Destroy(IntPtr self)
delegate void WindowFunction(int id)