Class: GameEngine/Layers/PointCloud/ArcGISPointCloudAttributeValueType
Since: 2.4.0
An enumeration of the various data types supported for point value attributes.
| Since | Value | Summary |
|---|---|---|
2.4.0 | Int8 | Signed 8-bit integer value. |
2.4.0 | Uint8 | Unsigned 8-bit integer value. |
2.4.0 | Int16 | Signed 16-bit integer value. |
2.4.0 | Uint16 | Unsigned 16-bit integer value. |
2.4.0 | Int32 | Signed 32-bit integer value. |
2.4.0 | Uint32 | Unsigned 32-bit integer value. |
2.4.0 | Float32 | 32-bit floating point value. |
2.4.0 | Float64 | 64-bit floating point value. |