Value.type Property
Gets the underlying type of this value.
public Value.Type type { get; }
Remarks
Yarn values of one underlying type can always been converted to other types. This property allows you to access the actual type of value that this value contains.
See Also
Value.Type
: The type of aValue
.
Source
Defined in YarnSpinner/Value.cs, line 48.