PixiJS classes use this type instead of ArrayBuffer and typed arrays to support expressions like geometry.buffers[0].data[0] = position.x.
geometry.buffers[0].data[0] = position.x
Gives access to indexing and length field.
length
PIXI
Readonly
Read-only. The length of the ArrayBuffer (in bytes).
Returns a section of an ArrayBuffer.
Optional
Generated using TypeDoc
PixiJS classes use this type instead of ArrayBuffer and typed arrays to support expressions like
geometry.buffers[0].data[0] = position.x
.Gives access to indexing and
length
field.Memberof
PIXI