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

Reimplemented from UnityEngine.EventSystems.UIBehaviour.

Definition at line 273 of file CanvasScaler.cs.

274 {
275 base.OnEnable();
276 Canvas component = base.GetComponent<Canvas>();
277 this.m_Canvas = component;
278 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.Component.GetComponent(), and j__TPar.