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

Reimplemented from UnityEngine.EventSystems.UIBehaviour.

Definition at line 102 of file BaseRaycaster.cs.

103 {
104 if (!true)
105 {
106 }
107 RaycasterManager.RemoveRaycasters(this);
108 }

References UnityEngine.EventSystems.RaycasterManager.RemoveRaycasters().