Enum GameSaveType
Namespace: Unity.Tiny.GameSave
Syntax
public enum GameSaveType
Fields
Name | Description | Value |
---|---|---|
Unknown | 0 | |
Bool | 1 | |
Byte | 2 | |
Sbyte | 3 | |
Char | 4 | |
Short | 5 | |
Ushort | 6 | |
Int | 7 | |
Uint | 8 | |
Float | 9 | |
Double | 10 | |
Long | 11 | |
Ulong | 12 | |
FixedString64 | 13 | |
FixedString128 | 14 | |
ComponentData | 15 | |
SharedComponentData | 16 | |
BufferData | 17 | |
Struct | 18 | |
ByteArray | 19 | |
Count | 20 |