Class Dropdown.OptionDataList
Inherited Members
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
Syntax
[Serializable]
public class Dropdown.OptionDataList
Constructors
OptionDataList()
Declaration
public OptionDataList()
Properties
options
The list of options for the dropdown list.
Declaration
public List<Dropdown.OptionData> options { get; set; }
Property Value
Type | Description |
---|---|
List<Dropdown.OptionData> |