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

Reimplemented from UnityEngine.EventSystems.UIBehaviour.

Reimplemented in UnityEngine.UI.Slider, and UnityEngine.UI.Toggle.

Definition at line 439 of file Selectable.cs.

440 {
441 bool enableCalled = this.m_EnableCalled;
442 if (enableCalled)
443 {
444 if (!enableCalled)
445 {
446 }
447 int currentIndex = this.m_CurrentIndex;
448 base.OnDisable();
449 }
450 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, UnityEngine.UI.Selectable.m_CurrentIndex, and UnityEngine.UI.Selectable.m_EnableCalled.