Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Struct in Yarn.Markup
Inherits from System.ValueType
A value associated with a MarkupProperty .
You do not create instances of this struct yourself. It is created by objects that can parse markup, such as Dialogue .
Name | Description |
---|---|
Name | Description |
---|---|
Dialogue.ParseMarkup(string): Parses a line of text, and produces a MarkupParseResult containing the results.
Gets the bool value of this property.
Gets the float value of this property.
Gets the integer value of this property.
Gets the string value of this property.
Gets the value's type.
Property in MarkupValue
Gets the string value of this property.
This property is only defined when the property's Type is String .
Property in MarkupValue
Gets the integer value of this property.
This property is only defined when the property's Type is Integer .
Property in MarkupValue
Gets the bool value of this property.
This property is only defined when the property's Type is Bool .
Property in MarkupValue
Gets the float value of this property.
This property is only defined when the property's Type is Float .