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;
Class in Yarn.Unity
Inherits from System.Object
System.Object
public class DialogueOption
DialogueOptionID
IsAvailable
Line
The line for this dialogue option
TextID
The ID of the dialogue option's text
public string TextID;
public LocalizedLine Line;