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

◆ OnDisable()

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

Reimplemented from UnityEngine.UI.Graphic.

Reimplemented in UnityEngine.UI.Text.

Definition at line 117 of file MaskableGraphic.cs.

118 {
119 base.OnDisable();
120 this.UpdateClipParent();
121 StencilMaterial.Remove(this.m_MaskMaterial);
122 if (this.m_IsMaskingGraphic)
123 {
124 MaskUtilities.NotifyStencilStateChanged(this);
125 return;
126 }
127 }
class f__AnonymousType0<< Count > j__TPar

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