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
sparse
Sparse storage of attributes that deviate from their initialization value.
Declaration
public TSparse sparse
Field Value
Type | Description |
---|---|
TSparse |
Properties
Sparse
Sparse storage of attributes that deviate from their initialization value.
Declaration
public override AccessorSparseBase Sparse { get; }
Property Value
Type | Description |
---|---|
AccessorSparseBase |