LogoPixi’VN
pixi-jsType aliases

Type Alias: TypedArray

> TypedArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/buffer/Buffer.d.ts:13

All the various typed arrays that exist in js

Advanced