MarkupParseResult
Struct in Yarn.Markup
Inherits from System.ValueType
Summary
The result of parsing a line of marked-up text.
Remarks
You do not create instances of this struct yourself. It is created by objects that can parse markup, such as Dialogue .
Fields
Name
Description
The original text, with all parsed markers removed.
Methods
Name
Description
Deletes an attribute from this markup.
Gets the first attribute with the specified name, if present.
See Also
Dialogue.ParseMarkup(string): Parses a line of text, and produces a MarkupParseResult containing the results.
Last updated