API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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): Element
The accessor for one element. The same object is returned on every call.
set(values: readonly Input[]): void
Write the leading values.length elements, advancing the revision once.
Properties1
length: number
Source