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

◆ OnEnable()

override void UnityEngine.UI.MaskableGraphic.OnEnable ( )
inlineprotectedvirtualinherited

Reimplemented from UnityEngine.UI.Graphic.

Reimplemented in UnityEngine.UI.Text.

Definition at line 104 of file MaskableGraphic.cs.

105 {
106 base.OnEnable();
108 this.UpdateClipParent();
109 if (this.m_IsMaskingGraphic)
110 {
111 MaskUtilities.NotifyStencilStateChanged(this);
112 return;
113 }
114 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, UnityEngine.UI.MaskableGraphic.m_IsMaskingGraphic, UnityEngine.UI.MaskUtilities.NotifyStencilStateChanged(), and UnityEngine.UI.MaskableGraphic.UpdateClipParent().