Class AccessorSparseIndices
Sparse indices property of a glTF
Inherited Members
Namespace: GLTFast.Schema
Assembly: glTFast.dll
Syntax
[Serializable]
public class AccessorSparseIndices
Fields
bufferView
The index of the bufferView with sparse indices. Referenced bufferView can't have ARRAY_BUFFER or ELEMENT_ARRAY_BUFFER target.
Declaration
public uint bufferView
Field Value
| Type | Description |
|---|---|
| uint |
See Also
byteOffset
The offset relative to the start of the bufferView in bytes. Must be aligned.
Declaration
public int byteOffset
Field Value
| Type | Description |
|---|---|
| int |
See Also
componentType
The indices data type. Valid values correspond to WebGL enums:
5121 (UNSIGNED_BYTE)
5123 (UNSIGNED_SHORT)
5125 (UNSIGNED_INT)
Declaration
public GltfComponentType componentType
Field Value
| Type | Description |
|---|---|
| GltfComponentType |