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