Class TMP_Dropdown.OptionData
Inheritance
TMP_Dropdown.OptionData
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
[Serializable]
public class TMP_Dropdown.OptionData
Constructors
|
Edit this page
View Source
OptionData()
Declaration
|
Edit this page
View Source
OptionData(string)
Declaration
public OptionData(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
|
Edit this page
View Source
OptionData(string, Sprite)
Declaration
public OptionData(string text, Sprite image)
Parameters
Type |
Name |
Description |
string |
text |
|
Sprite |
image |
|
|
Edit this page
View Source
OptionData(Sprite)
Declaration
public OptionData(Sprite image)
Parameters
Type |
Name |
Description |
Sprite |
image |
|
Properties
|
Edit this page
View Source
image
Declaration
public Sprite image { get; set; }
Property Value
|
Edit this page
View Source
text
Declaration
public string text { get; set; }
Property Value
Extension Methods