GltfAccessorSparseIndices Class

Definition

Indices of those attributes that deviate from their initialization value. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/accessor.sparse.indices.schema.json

C++
public ref class GltfAccessorSparseIndices : Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfProperty
C++
public ref class GltfAccessorSparseIndices : Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfProperty, UnityEngine::ISerializationCallbackReceiver
Inheritance
GltfAccessorSparseIndices
Attributes
Implements
UnityEngine.ISerializationCallbackReceiver

Constructors

Fields

bufferView

The index of the bufferView with sparse indices. Referenced bufferView can't have ARRAY_BUFFER or ELEMENT_ARRAY_BUFFER target.

byteOffset

The offset relative to the start of the bufferView in bytes. Must be aligned. 0

ComponentType

The indices data type. Valid values correspond to WebGL enums: 5121 (UNSIGNED_BYTE) 5123 (UNSIGNED_SHORT) 5125 (UNSIGNED_INT)

Extensions

https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/extension.schema.json

(Inherited from GltfProperty)
Extras

https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/extras.schema.json

(Inherited from GltfProperty)

Properties

ComponentType

The indices data type. Valid values correspond to WebGL enums: 5121 (UNSIGNED_BYTE) 5123 (UNSIGNED_SHORT) 5125 (UNSIGNED_INT)

Explicit Interface Implementations

Applies to

Proizvod Verzije
MRTK2 Unity 2018 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0
MRTK2 Unity 2019 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0
MRTK2 Unity 2020 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0