API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceUniformArrayLayout
@codexo/exojs / rendering / stable
An array field. `element` is laid out at element index 0.
7
props
0
methods
0
events
Import
import { UniformArrayLayout } from '@codexo/exojs'An array field. `element` is laid out at element index 0.
Properties7
align: numberelement: UniformNodeLayoutkind: "array"length: numberoffset: numbersize: numberstride: numberBytes between consecutive elements; always a multiple of 16.
Source