Class TMP_Dropdown.OptionData
Inherited Members
Namespace: TMPro
Assembly: solution.dll
Syntax
[Serializable]
public class TMP_Dropdown.OptionData
Constructors
Name | Description |
---|---|
OptionData() | |
OptionData(string) | |
OptionData(string, Sprite) | Create an object representing a single option for the dropdown list. |
OptionData(Sprite) |
Properties
Name | Description |
---|---|
image | The image associated with the option. |
text | The text associated with the option. |