SparseAccessor class
Sparse storage of accessor values that deviate from their initialization value.
Constructors
- SparseAccessor.new({required GltfRoot root, required int count, required SparseAccessorIndices indices, required SparseAccessorValues values})
-
SparseAccessor.parse(GltfRoot root, Map<
String, Object?> map)
Properties
- count → int
-
Number of deviating accessor values stored in the sparse array.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indices → SparseAccessorIndices
-
An object pointing to a buffer view containing the indices of deviating
accessor values.
The number of indices is equal to
count
. Indices MUST strictly increase.final - root → GltfRoot
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- values → SparseAccessorValues
-
An object pointing to a buffer view containing the deviating
accessor values.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited