This site is for Yarn Spinner v1, and won't be updated. Go to the current site.

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

Source

Defined in YarnSpinner/Value.cs, line 48.