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

◆ graphic

Graphic UnityEngine.UI.Mask.graphic
get

Definition at line 48 of file Mask.cs.

49 {
50 get
51 {
52 Graphic component;
53 if (this.m_Graphic == null)
54 {
55 component = base.GetComponent<Graphic>();
56 this.m_Graphic = component;
57 }
58 return component;
59 }
60 }
class f__AnonymousType0<< Count > j__TPar
Graphic m_Graphic
Definition Mask.cs:165

Referenced by UnityEngine.UI.Mask.GetModifiedMaterial(), UnityEngine.UI.Mask.MaskEnabled(), UnityEngine.UI.Mask.OnDisable(), and UnityEngine.UI.Mask.OnEnable().