Enum GltfComponentType
The datatype of an accessor's components
Namespace: GLTFast.Schema
Assembly: solution.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) |