MarkupValue
Last updated
Was this helpful?
Struct in Yarn.Markup
Inherits from System.ValueType
A value associated with a MarkupProperty .
public struct MarkupValueYou do not create instances of this struct yourself. It is created by objects that can parse markup, such as LineParser .
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.
Yarn.Markup.LineParser.ParseString(System.String,System.String,System.Boolean,System.Boolean,System.Boolean):
Last updated
Was this helpful?
Was this helpful?
