Struct in Yarn.Markup
Inherits from System.ValueType
System.ValueType
A property associated with a MarkupAttribute .
public struct MarkupProperty
You do not create instances of this struct yourself. It is created by objects that can parse markup, such as Dialogue .
Name
Gets the name of the property.
Value
Gets the value of the property.
Dialogue.ParseMarkup(string): Parses a line of text, and produces a MarkupParseResult containing the results.
Last updated 3 years ago
Was this helpful?