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

◆ options

List<Dropdown.OptionData> UnityEngine.UI.Dropdown.options
getset

Definition at line 101 of file Dropdown.cs.

102 {
103 get
104 {
105 return this.m_Options.m_Options;
106 }
107 set
108 {
110 this.RefreshShownValue();
111 }
112 }
class f__AnonymousType0<< Count > j__TPar
Dropdown.OptionDataList m_Options
Definition Dropdown.cs:548

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