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.Image.OnDisable ( )
inlineprotectedvirtual

Reimplemented from UnityEngine.UI.Graphic.

Definition at line 556 of file Image.cs.

557 {
558 base.OnDisable();
559 if (this.m_Tracked)
560 {
561 Image.UnTrackImage(this);
562 return;
563 }
564 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, UnityEngine.UI.Image.m_Tracked, and UnityEngine.UI.Image.UnTrackImage().