Enum fsDataType
The actual type that a JsonData instance can store.
Namespace: Unity.VisualScripting.FullSerializer
Assembly: Unity.VisualScripting.Core.dll
Syntax
public enum fsDataType
Fields
| Name | Description |
|---|---|
| Array | |
| Boolean | |
| Double | |
| Int64 | |
| Null | |
| Object | |
| String |