Struct in Yarn.Markup
Inherits from System.ValueType
A property associated with a MarkupAttribute .
public struct MarkupPropertyYou do not create instances of this struct yourself. It is created by objects that can parse markup, such as Dialogue .
: Parses a line of text, and produces a containing the results.
Gets the name of the property.
Gets the value of the property.
Property in
Gets the name of the property.
public string Name { get; private set; }Property in
Gets the value of the property.
public MarkupValue Value { get; private set; }