The size of the buffer in bytes.
The source array buffer.
View on the raw binary data as a Float32Array.
Underlying ArrayBuffer that holds all the data and is of capacity this.size.
View on the raw binary data as a Uint32Array.
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.
Staticsize
Flexible wrapper around
ArrayBufferthat also provides typed array views on demand.Memberof
PIXI