EasyTalk API
|
Defines a dialogue option item. More...
Inherits EasyTalk.Nodes.Core.ListItem.
Public Member Functions | |
OptionItem () | |
Creates a new OptionItem. | |
OptionItem (string text) | |
Creates a new OptionItem with the provided text value. | |
Public Member Functions inherited from EasyTalk.Nodes.Core.ListItem | |
ListItem () | |
Public Attributes | |
string | text |
The text of the dialogue option. | |
Defines a dialogue option item.
EasyTalk.Nodes.Common.OptionItem.OptionItem | ( | ) |
Creates a new OptionItem.
EasyTalk.Nodes.Common.OptionItem.OptionItem | ( | string | text | ) |
Creates a new OptionItem with the provided text value.
text | The text of the dialogue option. |
string EasyTalk.Nodes.Common.OptionItem.text |
The text of the dialogue option.