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

Reimplemented from UnityEngine.EventSystems.UIBehaviour.

Definition at line 242 of file Dropdown.cs.

243 {
245 GameObject blocker = this.m_Blocker;
246 if (!true)
247 {
248 }
249 GameObject blocker2 = this.m_Blocker;
250 base.OnDisable();
251 }
class f__AnonymousType0<< Count > j__TPar
void ImmediateDestroyDropdownList()
Definition Dropdown.cs:492

References UnityEngine.UI.Dropdown.ImmediateDestroyDropdownList(), j__TPar, and UnityEngine.UI.Dropdown.m_Blocker.