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.EventSystems.BaseInputModule.OnEnable ( )
inlineprotectedvirtualinherited

Reimplemented from UnityEngine.EventSystems.UIBehaviour.

Definition at line 82 of file BaseInputModule.cs.

83 {
84 EventSystem component = base.GetComponent<EventSystem>();
85 this.m_EventSystem = component;
86 component.UpdateModules();
87 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.Component.GetComponent(), j__TPar, and UnityEngine.EventSystems.EventSystem.UpdateModules().