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

◆ onValueChanged

Dropdown.DropdownEvent UnityEngine.UI.Dropdown.onValueChanged
getset

Definition at line 117 of file Dropdown.cs.

118 {
119 get
120 {
121 return this.m_OnValueChanged;
122 }
123 set
124 {
126 }
127 }
class f__AnonymousType0<< Count > j__TPar
Dropdown.DropdownEvent m_OnValueChanged
Definition Dropdown.cs:553

Referenced by UnityEngine.UI.Dropdown.Set().