API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceUniformArrayAccessor
@codexo/exojs / rendering / stable
A fixed-length array field. Element accessors are built once and reused.
1
props
2
methods
0
events
Import
import { UniformArrayAccessor } from '@codexo/exojs'A fixed-length array field. Element accessors are built once and reused.
Methods2
at(index: number): ElementThe accessor for one element. The same object is returned on every call.
set(values: readonly Input[]): voidWrite the leading values.length elements, advancing the revision once.
Properties1
length: numberSource