Struct in Yarn.Markup
Inherits from System.ValueType
A property associated with a MarkupAttribute .
You do not create instances of this struct yourself. It is created by objects that can parse markup, such as Dialogue .
Name | Description |
---|---|
Gets the name of the property. | |
Gets the value of the property. |
Dialogue.ParseMarkup(string): Parses a line of text, and produces a MarkupParseResult containing the results.