Class AccessorBase<TSparse>
An accessor defines a method for retrieving data as typed arrays from within a buffer view. See . accessor in the glTF 2.0 specification.
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public abstract class AccessorBase<TSparse> : AccessorBase where TSparse : AccessorSparseBase
Type Parameters
Name | Description |
---|---|
TSparse |
Fields
Name | Description |
---|---|
sparse | Sparse storage of attributes that deviate from their initialization value. |
Properties
Name | Description |
---|---|
Sparse | Sparse storage of attributes that deviate from their initialization value. |