MarkupParseResult
Summary
public struct MarkupParseResultRemarks
Constructors
Name
Description
Methods
Name
Description
Properties
Name
Description
See Also
Last updated
Was this helpful?
Struct in Yarn.Markup
Inherits from System.ValueType
The result of parsing a line of marked-up text.
public struct MarkupParseResultYou do not create instances of this struct yourself. It is created by objects that can parse markup, such as Dialogue .
Initializes a new instance of the MarkupParseResult struct.
Deletes an attribute from this markup.
Returns the substring of Text covered by attribute Position and Length properties.
Gets the first attribute with the specified name, if present.
The list of MarkupAttribute s in this parse result.
The original text, with all parsed markers removed.
Yarn.Markup.LineParser.ParseString(System.String,System.String,System.Boolean,System.Boolean,System.Boolean):
Last updated
Was this helpful?
Was this helpful?
