Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Field in LocalizedLine
DialogueLine's inline expression's substitution
public string[] Substitutions;Property in LocalizedLine
The underlying Yarn.Markup.MarkupParseResult for this line.
public Markup.MarkupParseResult Text { get; set; }Property in LocalizedLine
The name of the character, if present.
public string CharacterName
{
get; }This value will be null if the line does not have a character name.
public string TextID;If the line has no character attribute, this method returns the same value as Text .
public Markup.MarkupParseResult TextWithoutCharacterName
{
get; }Class in Yarn.Unity
Inherits from System.Object
Represents a line, ready to be presented to the user in the localisation they have specified.
public class LocalizedLineAny metadata associated with this line.
DialogueLine's text
DialogueLine's inline expression's substitution
DialogueLine's ID
The name of the character, if present.
The underlying Yarn.Markup.MarkupParseResult for this line.
The underlying Yarn.Markup.MarkupParseResult for this line, with any character attribute removed.