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

Type Enum

The type of a Value.

public enum Type

Fields

Name Description
Bool A boolean value.
Null The null value.
Number A number.
String A string.
Variable The name of a variable; will be expanded at runtime.

Source

Defined in YarnSpinner/Value.cs, line 20.