Struct in Yarn.Markup
Inherits from System.ValueType
System.ValueType
Represents a range of text in a marked-up string.
public struct MarkupAttribute
You do not create instances of this struct yourself. It is created by objects that can parse markup, such as Dialogue .
ToString()
Length
Gets the number of text elements in the plain text that this attribute covers.
Name
Gets the name of the attribute.
Position
Gets the position in the plain text where this attribute begins.
Properties
Gets the properties associated with this attribute.
Dialogue.ParseMarkup(string): Parses a line of text, and produces a MarkupParseResult containing the results.
Last updated 3 years ago
Was this helpful?