Enum UniversalDataSystem.PropertyType
Namespace: Unity.PSN.PS5.UDS
Syntax
public enum PropertyType
Fields
| Name | Description |
|---|---|
| Array | An array of properties UniversalDataSystem.EventPropertyArray |
| Binary | Binary array (byte[]) |
| Bool | Boolean |
| Float | 32 bit Float |
| Float64 | 64 bit Float (double) |
| Int32 | 32 bit Integer |
| Int64 | 64 bit Integer |
| Invalid | Invalid |
| Properties | Subset of properties UniversalDataSystem.EventProperties |
| String | String |
| UInt32 | 32 bit Unsigned Integer |
| UInt64 | 64 bit Unsigned Integer |