Loading...
Class in Yarn.Unity
Inherits from System.Object
System.Object
public class DialogueOption
DialogueOptionID
The ID of this dialogue option
IsAvailable
Indicates whether this value should be presented as available or not.
Line
The line for this dialogue option
TextID
The ID of the dialogue option's text
Field in DialogueOption
public int DialogueOptionID;
public bool IsAvailable;
public LocalizedLine Line;
public string TextID;