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

Reimplemented from UnityEngine.EventSystems.UIBehaviour.

Definition at line 93 of file BaseRaycaster.cs.

94 {
95 if (!true)
96 {
97 }
98 RaycasterManager.AddRaycaster(this);
99 }

References UnityEngine.EventSystems.RaycasterManager.AddRaycaster().