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

◆ BuildStyleCache()

void UnityEngine.GUISkin.BuildStyleCache ( )
inlineprivate

Definition at line 464 of file GUISkin.cs.

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 }
class f__AnonymousType0<< Count > j__TPar
GUIStyle m_horizontalScrollbarThumb
Definition GUISkin.cs:678
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
GUIStyle m_toggle
Definition GUISkin.cs:626
GUIStyle m_verticalSlider
Definition GUISkin.cs:658
GUIStyle m_horizontalScrollbarLeftButton
Definition GUISkin.cs:682
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
GUIStyle m_verticalScrollbar
Definition GUISkin.cs:690
GUIStyle scrollView
Definition GUISkin.cs:405
GUIStyle m_verticalSliderThumb
Definition GUISkin.cs:662

References j__TPar.