MarkupValue

Struct in Yarn.Markup

Inherits from System.ValueType

Summary

A value associated with a MarkupProperty .

public struct MarkupValue

Remarks

You do not create instances of this struct yourself. It is created by objects that can parse markup, such as LineParser .

Methods

Properties

NameDescription
BoolValueGets the bool value of this property.
FloatValueGets the float value of this property.
IntegerValueGets the integer value of this property.
StringValueGets the string value of this property.
TypeGets the value’s type.

See Also

  • Yarn.Markup.LineParser.ParseString(System.String,System.String,System.Boolean,System.Boolean,System.Boolean):