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
get
set
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
}
UnityEngine.UI.Dropdown.m_Value
int m_Value
Definition
Dropdown.cs:543
UnityEngine.UI.Dropdown.Set
void Set(int value, bool sendCallback=true)
Definition
Dropdown.cs:184
UnityEngine.UI.Dropdown.value
int value
Definition
Dropdown.cs:165
UnityEngine
UI
Dropdown
Generated by
1.10.0