Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAccessorSparse

Sparse storage of attributes that deviate from their initialization value

Hierarchy

Index

Properties

countSearch playground for count

count: number

The number of attributes encoded in this sparse accessor

Optional extensionsSearch playground for extensions

extensions: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any

Optional extrasSearch playground for extras

extras: any

Application-Specific data

indicesSearch playground for indices

Index array of size count that points to those accessor attributes that deviate from their initialization value. Indices must strictly increase

valuesSearch playground for 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

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method