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
GUISkin.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine
7{
8 // Token: 0x02000017 RID: 23
9 [AssetFileNameExtension("guiskin", new string[] { })]
12 [Serializable]
13 public sealed class GUISkin : ScriptableObject
14 {
15 // Token: 0x060000A0 RID: 160 RVA: 0x00003538 File Offset: 0x00001738
16 public GUISkin()
17 {
18 }
19
20 // Token: 0x060000A1 RID: 161 RVA: 0x0000354C File Offset: 0x0000174C
21 internal void OnEnable()
22 {
23 this.Apply();
24 }
25
26 // Token: 0x060000A2 RID: 162 RVA: 0x00003560 File Offset: 0x00001760
27 internal static void CleanupRoots()
28 {
29 }
30
31 // Token: 0x17000029 RID: 41
32 // (get) Token: 0x060000A3 RID: 163 RVA: 0x00003570 File Offset: 0x00001770
33 // (set) Token: 0x060000A4 RID: 164 RVA: 0x00003584 File Offset: 0x00001784
34 public Font font
35 {
36 get
37 {
38 return this.m_Font;
39 }
40 set
41 {
43 bool flag = value == this;
44 Font font = this.m_Font;
45 throw new MissingMethodException();
46 }
47 }
48
49 // Token: 0x1700002A RID: 42
50 // (get) Token: 0x060000A5 RID: 165 RVA: 0x000035B4 File Offset: 0x000017B4
51 // (set) Token: 0x060000A6 RID: 166 RVA: 0x000035C8 File Offset: 0x000017C8
52 public GUIStyle box
53 {
54 get
55 {
56 return this.m_box;
57 }
58 set
59 {
61 this.Apply();
62 }
63 }
64
65 // Token: 0x1700002B RID: 43
66 // (get) Token: 0x060000A7 RID: 167 RVA: 0x000035E4 File Offset: 0x000017E4
67 // (set) Token: 0x060000A8 RID: 168 RVA: 0x000035F8 File Offset: 0x000017F8
68 public GUIStyle label
69 {
70 get
71 {
72 return this.m_label;
73 }
74 set
75 {
77 this.Apply();
78 }
79 }
80
81 // Token: 0x1700002C RID: 44
82 // (get) Token: 0x060000A9 RID: 169 RVA: 0x00003614 File Offset: 0x00001814
83 // (set) Token: 0x060000AA RID: 170 RVA: 0x00003628 File Offset: 0x00001828
84 public GUIStyle textField
85 {
86 get
87 {
88 return this.m_textField;
89 }
90 set
91 {
93 this.Apply();
94 }
95 }
96
97 // Token: 0x1700002D RID: 45
98 // (get) Token: 0x060000AB RID: 171 RVA: 0x00003644 File Offset: 0x00001844
99 // (set) Token: 0x060000AC RID: 172 RVA: 0x00003658 File Offset: 0x00001858
100 public GUIStyle textArea
101 {
102 get
103 {
104 return this.m_textArea;
105 }
106 set
107 {
109 this.Apply();
110 }
111 }
112
113 // Token: 0x1700002E RID: 46
114 // (get) Token: 0x060000AD RID: 173 RVA: 0x00003674 File Offset: 0x00001874
115 // (set) Token: 0x060000AE RID: 174 RVA: 0x00003688 File Offset: 0x00001888
116 public GUIStyle button
117 {
118 get
119 {
120 return this.m_button;
121 }
122 set
123 {
125 this.Apply();
126 }
127 }
128
129 // Token: 0x1700002F RID: 47
130 // (get) Token: 0x060000AF RID: 175 RVA: 0x000036A4 File Offset: 0x000018A4
131 // (set) Token: 0x060000B0 RID: 176 RVA: 0x000036B8 File Offset: 0x000018B8
132 public GUIStyle toggle
133 {
134 get
135 {
136 return this.m_toggle;
137 }
138 set
139 {
141 this.Apply();
142 }
143 }
144
145 // Token: 0x17000030 RID: 48
146 // (get) Token: 0x060000B1 RID: 177 RVA: 0x000036D4 File Offset: 0x000018D4
147 // (set) Token: 0x060000B2 RID: 178 RVA: 0x000036E8 File Offset: 0x000018E8
148 public GUIStyle window
149 {
150 get
151 {
152 return this.m_window;
153 }
154 set
155 {
157 this.Apply();
158 }
159 }
160
161 // Token: 0x17000031 RID: 49
162 // (get) Token: 0x060000B3 RID: 179 RVA: 0x00003704 File Offset: 0x00001904
163 // (set) Token: 0x060000B4 RID: 180 RVA: 0x00003718 File Offset: 0x00001918
164 public GUIStyle horizontalSlider
165 {
166 get
167 {
168 return this.m_horizontalSlider;
169 }
170 set
171 {
173 this.Apply();
174 }
175 }
176
177 // Token: 0x17000032 RID: 50
178 // (get) Token: 0x060000B5 RID: 181 RVA: 0x00003734 File Offset: 0x00001934
179 // (set) Token: 0x060000B6 RID: 182 RVA: 0x00003748 File Offset: 0x00001948
180 public GUIStyle horizontalSliderThumb
181 {
182 get
183 {
184 return this.m_horizontalSliderThumb;
185 }
186 set
187 {
189 this.Apply();
190 }
191 }
192
193 // Token: 0x17000033 RID: 51
194 // (get) Token: 0x060000B7 RID: 183 RVA: 0x00003764 File Offset: 0x00001964
195 // (set) Token: 0x060000B8 RID: 184 RVA: 0x00003778 File Offset: 0x00001978
196 internal GUIStyle horizontalSliderThumbExtent
197 {
198 get
199 {
200 return this.m_horizontalSliderThumbExtent;
201 }
202 set
203 {
205 this.Apply();
206 }
207 }
208
209 // Token: 0x17000034 RID: 52
210 // (get) Token: 0x060000B9 RID: 185 RVA: 0x00003794 File Offset: 0x00001994
211 // (set) Token: 0x060000BA RID: 186 RVA: 0x000037A8 File Offset: 0x000019A8
212 internal GUIStyle sliderMixed
213 {
214 get
215 {
216 return this.m_SliderMixed;
217 }
218 set
219 {
221 this.Apply();
222 }
223 }
224
225 // Token: 0x17000035 RID: 53
226 // (get) Token: 0x060000BB RID: 187 RVA: 0x000037C4 File Offset: 0x000019C4
227 // (set) Token: 0x060000BC RID: 188 RVA: 0x000037D8 File Offset: 0x000019D8
228 public GUIStyle verticalSlider
229 {
230 get
231 {
232 return this.m_verticalSlider;
233 }
234 set
235 {
237 this.Apply();
238 }
239 }
240
241 // Token: 0x17000036 RID: 54
242 // (get) Token: 0x060000BD RID: 189 RVA: 0x000037F4 File Offset: 0x000019F4
243 // (set) Token: 0x060000BE RID: 190 RVA: 0x00003808 File Offset: 0x00001A08
244 public GUIStyle verticalSliderThumb
245 {
246 get
247 {
248 return this.m_verticalSliderThumb;
249 }
250 set
251 {
253 this.Apply();
254 }
255 }
256
257 // Token: 0x17000037 RID: 55
258 // (get) Token: 0x060000BF RID: 191 RVA: 0x00003824 File Offset: 0x00001A24
259 // (set) Token: 0x060000C0 RID: 192 RVA: 0x00003838 File Offset: 0x00001A38
260 internal GUIStyle verticalSliderThumbExtent
261 {
262 get
263 {
264 return this.m_verticalSliderThumbExtent;
265 }
266 set
267 {
269 this.Apply();
270 }
271 }
272
273 // Token: 0x17000038 RID: 56
274 // (get) Token: 0x060000C1 RID: 193 RVA: 0x00003854 File Offset: 0x00001A54
275 // (set) Token: 0x060000C2 RID: 194 RVA: 0x00003868 File Offset: 0x00001A68
276 public GUIStyle horizontalScrollbar
277 {
278 get
279 {
280 return this.m_horizontalScrollbar;
281 }
282 set
283 {
285 this.Apply();
286 }
287 }
288
289 // Token: 0x17000039 RID: 57
290 // (get) Token: 0x060000C3 RID: 195 RVA: 0x00003884 File Offset: 0x00001A84
291 // (set) Token: 0x060000C4 RID: 196 RVA: 0x00003898 File Offset: 0x00001A98
292 public GUIStyle horizontalScrollbarThumb
293 {
294 get
295 {
296 return this.m_horizontalScrollbarThumb;
297 }
298 set
299 {
301 this.Apply();
302 }
303 }
304
305 // Token: 0x1700003A RID: 58
306 // (get) Token: 0x060000C5 RID: 197 RVA: 0x000038B4 File Offset: 0x00001AB4
307 // (set) Token: 0x060000C6 RID: 198 RVA: 0x000038C8 File Offset: 0x00001AC8
308 public GUIStyle horizontalScrollbarLeftButton
309 {
310 get
311 {
312 return this.m_horizontalScrollbarLeftButton;
313 }
314 set
315 {
317 this.Apply();
318 }
319 }
320
321 // Token: 0x1700003B RID: 59
322 // (get) Token: 0x060000C7 RID: 199 RVA: 0x000038E4 File Offset: 0x00001AE4
323 // (set) Token: 0x060000C8 RID: 200 RVA: 0x000038F8 File Offset: 0x00001AF8
324 public GUIStyle horizontalScrollbarRightButton
325 {
326 get
327 {
328 return this.m_horizontalScrollbarRightButton;
329 }
330 set
331 {
333 this.Apply();
334 }
335 }
336
337 // Token: 0x1700003C RID: 60
338 // (get) Token: 0x060000C9 RID: 201 RVA: 0x00003914 File Offset: 0x00001B14
339 // (set) Token: 0x060000CA RID: 202 RVA: 0x00003928 File Offset: 0x00001B28
340 public GUIStyle verticalScrollbar
341 {
342 get
343 {
344 return this.m_verticalScrollbar;
345 }
346 set
347 {
349 this.Apply();
350 }
351 }
352
353 // Token: 0x1700003D RID: 61
354 // (get) Token: 0x060000CB RID: 203 RVA: 0x00003944 File Offset: 0x00001B44
355 // (set) Token: 0x060000CC RID: 204 RVA: 0x00003958 File Offset: 0x00001B58
356 public GUIStyle verticalScrollbarThumb
357 {
358 get
359 {
360 return this.m_verticalScrollbarThumb;
361 }
362 set
363 {
365 this.Apply();
366 }
367 }
368
369 // Token: 0x1700003E RID: 62
370 // (get) Token: 0x060000CD RID: 205 RVA: 0x00003974 File Offset: 0x00001B74
371 // (set) Token: 0x060000CE RID: 206 RVA: 0x00003988 File Offset: 0x00001B88
372 public GUIStyle verticalScrollbarUpButton
373 {
374 get
375 {
376 return this.m_verticalScrollbarUpButton;
377 }
378 set
379 {
381 this.Apply();
382 }
383 }
384
385 // Token: 0x1700003F RID: 63
386 // (get) Token: 0x060000CF RID: 207 RVA: 0x000039A4 File Offset: 0x00001BA4
387 // (set) Token: 0x060000D0 RID: 208 RVA: 0x000039B8 File Offset: 0x00001BB8
388 public GUIStyle verticalScrollbarDownButton
389 {
390 get
391 {
392 return this.m_verticalScrollbarDownButton;
393 }
394 set
395 {
397 this.Apply();
398 }
399 }
400
401 // Token: 0x17000040 RID: 64
402 // (get) Token: 0x060000D1 RID: 209 RVA: 0x000039D4 File Offset: 0x00001BD4
403 // (set) Token: 0x060000D2 RID: 210 RVA: 0x000039E8 File Offset: 0x00001BE8
404 public GUIStyle scrollView
405 {
406 get
407 {
408 return this.m_ScrollView;
409 }
410 set
411 {
413 this.Apply();
414 }
415 }
416
417 // Token: 0x17000041 RID: 65
418 // (get) Token: 0x060000D3 RID: 211 RVA: 0x00003A04 File Offset: 0x00001C04
419 // (set) Token: 0x060000D4 RID: 212 RVA: 0x00003A18 File Offset: 0x00001C18
420 public GUIStyle[] customStyles
421 {
422 get
423 {
424 return this.m_CustomStyles;
425 }
426 set
427 {
429 this.Apply();
430 }
431 }
432
433 // Token: 0x17000042 RID: 66
434 // (get) Token: 0x060000D5 RID: 213 RVA: 0x00003A34 File Offset: 0x00001C34
435 public GUISettings settings
436 {
437 get
438 {
439 return this.m_Settings;
440 }
441 }
442
443 // Token: 0x17000043 RID: 67
444 // (get) Token: 0x060000D6 RID: 214 RVA: 0x00003A48 File Offset: 0x00001C48
445 internal static GUIStyle error
446 {
447 get
448 {
449 throw new MissingMethodException();
450 }
451 }
452
453 // Token: 0x060000D7 RID: 215 RVA: 0x00003A5C File Offset: 0x00001C5C
454 internal void Apply()
455 {
456 if (this.m_CustomStyles == null)
457 {
458 Debug.Log("custom styles is null");
459 }
460 this.BuildStyleCache();
461 }
462
463 // Token: 0x060000D8 RID: 216 RVA: 0x00003A84 File Offset: 0x00001C84
464 private void BuildStyleCache()
465 {
466 if (this.m_box == null)
467 {
468 }
469 if (this.m_button == null)
470 {
471 }
472 if (this.m_toggle == null)
473 {
474 }
475 if (this.m_label == null)
476 {
477 }
478 if (this.m_window == null)
479 {
480 }
481 if (this.m_textField == null)
482 {
483 }
484 if (this.m_textArea == null)
485 {
486 }
487 if (this.m_horizontalSlider == null)
488 {
489 }
490 if (this.m_horizontalSliderThumb == null)
491 {
492 }
493 if (this.m_verticalSlider == null)
494 {
495 }
496 if (this.m_verticalSliderThumb == null)
497 {
498 }
499 if (this.m_horizontalScrollbar == null)
500 {
501 }
502 if (this.m_horizontalScrollbarThumb == null)
503 {
504 }
505 if (this.m_horizontalScrollbarLeftButton == null)
506 {
507 }
508 if (this.m_horizontalScrollbarRightButton == null)
509 {
510 }
511 if (this.m_verticalScrollbar == null)
512 {
513 }
514 if (this.m_verticalScrollbarThumb == null)
515 {
516 }
517 if (this.m_verticalScrollbarUpButton == null)
518 {
519 }
520 if (this.m_verticalScrollbarDownButton == null)
521 {
522 }
523 GUIStyle scrollView = this.m_ScrollView;
524 if (scrollView == null)
525 {
526 }
527 if (scrollView == null)
528 {
529 }
530 if (!true)
531 {
532 }
533 GUIStyle box = this.m_box;
534 this.m_box.m_Name = "box";
535 throw new MissingMethodException();
536 }
537
538 // Token: 0x060000D9 RID: 217 RVA: 0x00003EEC File Offset: 0x000020EC
540 {
541 while (this.FindStyle(styleName) != null)
542 {
543 }
544 if (("Unable to find style '" == null || "Unable to find style '" != null) && (styleName == null || styleName != null) && ("' in skin '" == null || "' in skin '" != null))
545 {
546 string name = base.name;
547 if ((name == null || name != null) && ("' " == null || "' " != null))
548 {
549 throw new MissingMethodException();
550 }
551 }
552 throw new ArrayTypeMismatchException();
553 }
554
555 // Token: 0x060000DA RID: 218 RVA: 0x00003F6C File Offset: 0x0000216C
557 {
558 /*
559An exception occurred when decompiling this method (060000DA)
560
561ICSharpCode.Decompiler.DecompilerException: Error decompiling UnityEngine.GUIStyle UnityEngine.GUISkin::FindStyle(System.String)
562
563 ---> System.Exception: Basic block has to end with unconditional control flow.
564{
565 Block_0:
566 call:void(GUISkin::BuildStyleCache, ldloc:GUISkin(this))
567 stloc:class [mscorlib]System.Collections.Generic.Dictionary`2<string, class UnityEngine.GUIStyle>(var_0_14, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<string, class UnityEngine.GUIStyle>(GUISkin::m_Styles, ldloc:GUISkin(this)))
568}
569
570 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
571 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
572 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
573 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
574 --- End of inner exception stack trace ---
575 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
576 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
577*/;
578 }
579
580 // Token: 0x060000DB RID: 219 RVA: 0x00003F90 File Offset: 0x00002190
581 internal void MakeCurrent()
582 {
583 Font font = this.m_Font;
584 throw new MissingMethodException();
585 }
586
587 // Token: 0x060000DC RID: 220 RVA: 0x00003FAC File Offset: 0x000021AC
589 {
590 /*
591An exception occurred when decompiling this method (060000DC)
592
593ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.IEnumerator UnityEngine.GUISkin::GetEnumerator()
594
595 ---> System.Exception: Basic block has to end with unconditional control flow.
596{
597 Block_0:
598 call:void(GUISkin::BuildStyleCache, ldloc:GUISkin(this))
599 stloc:class [mscorlib]System.Collections.Generic.Dictionary`2<string, class UnityEngine.GUIStyle>(var_0_14, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<string, class UnityEngine.GUIStyle>(GUISkin::m_Styles, ldloc:GUISkin(this)))
600}
601
602 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
603 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
604 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
605 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
606 --- End of inner exception stack trace ---
607 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
608 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
609*/;
610 }
611
612 // Token: 0x04000089 RID: 137
614 private Font m_Font;
615
616 // Token: 0x0400008A RID: 138
619
620 // Token: 0x0400008B RID: 139
623
624 // Token: 0x0400008C RID: 140
627
628 // Token: 0x0400008D RID: 141
631
632 // Token: 0x0400008E RID: 142
635
636 // Token: 0x0400008F RID: 143
639
640 // Token: 0x04000090 RID: 144
643
644 // Token: 0x04000091 RID: 145
647
648 // Token: 0x04000092 RID: 146
651
652 // Token: 0x04000093 RID: 147
655
656 // Token: 0x04000094 RID: 148
659
660 // Token: 0x04000095 RID: 149
663
664 // Token: 0x04000096 RID: 150
667
668 // Token: 0x04000097 RID: 151
671
672 // Token: 0x04000098 RID: 152
675
676 // Token: 0x04000099 RID: 153
679
680 // Token: 0x0400009A RID: 154
683
684 // Token: 0x0400009B RID: 155
687
688 // Token: 0x0400009C RID: 156
691
692 // Token: 0x0400009D RID: 157
695
696 // Token: 0x0400009E RID: 158
699
700 // Token: 0x0400009F RID: 159
703
704 // Token: 0x040000A0 RID: 160
707
708 // Token: 0x040000A1 RID: 161
711
712 // Token: 0x040000A2 RID: 162
715
716 // Token: 0x040000A3 RID: 163
717 internal static GUIStyle ms_Error;
718
719 // Token: 0x040000A4 RID: 164
721
722 // Token: 0x040000A5 RID: 165
724
725 // Token: 0x040000A6 RID: 166
726 internal static GUISkin current;
727
728 // Token: 0x02000018 RID: 24
730 {
731 // Token: 0x060000DD RID: 221 RVA: 0x00003FD0 File Offset: 0x000021D0
732 public SkinChangedDelegate(object @object, IntPtr method)
733 {
734 this.method_ptr = method;
735 this.m_target = @object;
736 this.method = method;
737 this.method_code = this;
738 }
739
740 // Token: 0x060000DE RID: 222 RVA: 0x00004024 File Offset: 0x00002224
741 public void Invoke()
742 {
743 IntPtr method_code = this.method_code;
744 IntPtr invoke_impl = this.invoke_impl;
745 IntPtr method = this.method;
746 }
747 }
748 }
749}
class f__AnonymousType0<< Count > j__TPar
static void Log(object message)
Definition Debug.cs:51
SkinChangedDelegate(object @object, IntPtr method)
Definition GUISkin.cs:732
GUIStyle m_verticalSliderThumbExtent
Definition GUISkin.cs:666
GUIStyle m_horizontalScrollbarThumb
Definition GUISkin.cs:678
GUISettings m_Settings
Definition GUISkin.cs:714
Dictionary< string, GUIStyle > m_Styles
Definition GUISkin.cs:720
GUIStyle m_textField
Definition GUISkin.cs:634
GUIStyle m_verticalScrollbarDownButton
Definition GUISkin.cs:702
GUIStyle m_horizontalSliderThumb
Definition GUISkin.cs:650
GUIStyle m_window
Definition GUISkin.cs:642
GUIStyle m_ScrollView
Definition GUISkin.cs:706
GUIStyle m_textArea
Definition GUISkin.cs:638
GUIStyle m_button
Definition GUISkin.cs:622
void BuildStyleCache()
Definition GUISkin.cs:464
GUIStyle m_SliderMixed
Definition GUISkin.cs:670
GUIStyle m_toggle
Definition GUISkin.cs:626
static void CleanupRoots()
Definition GUISkin.cs:27
GUIStyle FindStyle(string styleName)
Definition GUISkin.cs:556
GUIStyle m_verticalSlider
Definition GUISkin.cs:658
IEnumerator GetEnumerator()
Definition GUISkin.cs:588
GUIStyle m_horizontalScrollbarLeftButton
Definition GUISkin.cs:682
static GUIStyle ms_Error
Definition GUISkin.cs:717
GUIStyle[] m_CustomStyles
Definition GUISkin.cs:710
GUIStyle m_horizontalSliderThumbExtent
Definition GUISkin.cs:654
GUIStyle m_verticalScrollbarUpButton
Definition GUISkin.cs:698
GUIStyle m_horizontalScrollbar
Definition GUISkin.cs:674
GUIStyle m_horizontalSlider
Definition GUISkin.cs:646
GUIStyle m_horizontalScrollbarRightButton
Definition GUISkin.cs:686
GUIStyle m_verticalScrollbarThumb
Definition GUISkin.cs:694
static GUISkin current
Definition GUISkin.cs:726
GUIStyle m_verticalScrollbar
Definition GUISkin.cs:690
static GUISkin.SkinChangedDelegate m_SkinChanged
Definition GUISkin.cs:723
GUIStyle m_verticalSliderThumb
Definition GUISkin.cs:662
GUIStyle GetStyle(string styleName)
Definition GUISkin.cs:539