Enum GltfComponentType
The datatype of an accessor's components https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#accessor-data-types
Namespace: GLTFast.Schema
Assembly: glTFast.dll
Syntax
public enum GltfComponentType
Fields
| Name | Description |
|---|---|
| Byte | Signed byte (8-bit integer) |
| Float | 32-bit floating point number |
| Short | Signed short (16-bit integer) |
| UnsignedByte | Unsigned byte (8-bit integer) |
| UnsignedInt | Unsigned int (32-bit integer) |
| UnsignedShort | Unsigned short (16-bit integer) |