Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Property in MarkupValue
Gets the float value of this property.
This property is only defined when the property's Type is Float .
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 string value of this property.
This property is only defined when the property's Type is String .
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 .
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.
Dialogue.ParseMarkup(string,string)