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

◆ OnTransformParentChanged()

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

Reimplemented from UnityEngine.UI.Graphic.

Definition at line 130 of file MaskableGraphic.cs.

131 {
132 base.OnTransformParentChanged();
133 bool isActiveAndEnabled = base.isActiveAndEnabled;
135 this.UpdateClipParent();
136 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.Behaviour.isActiveAndEnabled, j__TPar, and UnityEngine.UI.MaskableGraphic.UpdateClipParent().