Class GltfAccessorSparseValues
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class GltfAccessorSparseValues : GltfProperty
Fields
bufferView
The index of the bufferView with sparse values. Referenced bufferView can't have ARRAY_BUFFER or ELEMENT_ARRAY_BUFFER target.
Declaration
public int bufferView
Field Value
Type | Description |
---|---|
Int32 |
byteOffset
The offset relative to the start of the bufferView in bytes. Must be aligned.
Declaration
public int byteOffset
Field Value
Type | Description |
---|---|
Int32 |