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.