Class AccessorSparseBase<TIndices, TValues>
Sparse property of a glTF
Inheritance
AccessorSparseBase<TIndices, TValues>
Assembly: solution.dll
Syntax
[Serializable]
public abstract class AccessorSparseBase<TIndices, TValues> : AccessorSparseBase where TIndices : AccessorSparseIndices where TValues : AccessorSparseValues
Type Parameters
Name |
Description |
TIndices |
|
TValues |
|
Fields
Name |
Description |
indices
|
Index array of size count that points to those accessor attributes that
deviate from their initialization value. Indices must strictly increase.
|
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.
|
Properties
Name |
Description |
Indices
|
Index array of size count that points to those accessor attributes that
deviate from their initialization value. Indices must strictly increase.
|
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.
|
See Also