Class GltfAccessorSparse
Sparse storage of attributes that deviate from their initialization value. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/accessor.sparse.schema.json
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
Assembly: cs.temp.dll.dll
Syntax
public class GltfAccessorSparse : GltfProperty
Fields
count
Number of entries stored in the sparse array.
Declaration
public int count
Field Value
| Type | Description |
|---|---|
| Int32 |
count
Number of entries stored in the sparse array.
Declaration
public int count
Field Value
| Type | Description |
|---|---|
| Int32 |
indicies
Index array of size count that points to those accessor attributes that
deviate from their initialization value. Indices must strictly increase.
Declaration
public GltfAccessorSparseIndices indicies
Field Value
| Type | Description |
|---|---|
| GltfAccessorSparseIndices |
indicies
Index array of size count that points to those accessor attributes that
deviate from their initialization value. Indices must strictly increase.
Declaration
public GltfAccessorSparseIndices indicies
Field Value
| Type | Description |
|---|---|
| GltfAccessorSparseIndices |
values
"Array of size count times number of components, storing the displaced
accessor attributes pointed by indices. Substituted values must have
the same componentType and number of components as the base accessor.
Declaration
public GltfAccessorSparseValues values
Field Value
| Type | Description |
|---|---|
| GltfAccessorSparseValues |
values
"Array of size count times number of components, storing the displaced
accessor attributes pointed by indices. Substituted values must have
the same componentType and number of components as the base accessor.
Declaration
public GltfAccessorSparseValues values
Field Value
| Type | Description |
|---|---|
| GltfAccessorSparseValues |