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
.
Returns the view of the given type.
One of int8
, uint8
, int16
,
uint16
, int32
, uint32
, and float32
.
Static
sizeGenerated using TypeDoc
Flexible wrapper around
ArrayBuffer
that also provides typed array views on demand.Memberof
PIXI