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
Syntax
public enum GltfComponentType
Fields
Name | Description | Value |
---|---|---|
Byte | Signed byte (8-bit integer) |
5120 |
UnsignedByte | Unsigned byte (8-bit integer) |
5121 |
Short | Signed short (16-bit integer) |
5122 |
UnsignedShort | Unsigned short (16-bit integer) |
5123 |
UnsignedInt | Unsigned int (32-bit integer) |
5125 |
Float | 32-bit floating point number |
5126 |