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.Mask.OnEnable ( )
inlineprotectedvirtual

Reimplemented from UnityEngine.EventSystems.UIBehaviour.

Definition at line 82 of file Mask.cs.

83 {
84 base.OnEnable();
85 Graphic graphic = this.graphic;
86 CanvasRenderer canvasRenderer = this.graphic.canvasRenderer;
87 int num = 1;
89 Graphic graphic2 = this.graphic;
90 if (this.graphic != null)
91 {
92 if (this.graphic != null)
93 {
94 }
95 return;
96 }
97 MaskUtilities.NotifyStencilStateChanged(this);
98 }
class f__AnonymousType0<< Count > j__TPar
CanvasRenderer canvasRenderer
Definition Graphic.cs:302
Graphic graphic
Definition Mask.cs:49

References UnityEngine.UI.Graphic.canvasRenderer, UnityEngine.UI.Mask.graphic, j__TPar, and UnityEngine.UI.MaskUtilities.NotifyStencilStateChanged().