Class TMP_Dropdown.OptionDataList
Namespace: TMPro
Syntax
public class OptionDataList : object
Constructors
OptionDataList()
Declaration
public OptionDataList()
Properties
options
The list of options for the dropdown list.
Declaration
public List<TMP_Dropdown.OptionData> options { get; set; }
Property Value
Type | Description |
---|---|
List<TMP_Dropdown.OptionData> |