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

◆ value

int UnityEngine.UI.Dropdown.value
getset

Definition at line 164 of file Dropdown.cs.

165 {
166 get
167 {
168 return this.m_Value;
169 }
170 set
171 {
172 this.Set(value, true);
173 }
174 }
void Set(int value, bool sendCallback=true)
Definition Dropdown.cs:184