The size of the buffer in bytes.
The source array buffer.
View on the raw binary data as a Int16Array.
View on the raw binary data as a Int32Array.
View on the raw binary data as a Int8Array.
View on the raw binary data as a Uint16Array.
View on the raw binary data as a Uint8Array.
Destroys all buffer references. Do not use after calling this.
Returns the view of the given type.
One of int8, uint8, int16,
uint16, int32, uint32, and float32.
typed array of given type
Generated using TypeDoc
Flexible wrapper around
ArrayBufferthat also provides typed array views on demand.PIXI