LogoPixi’VN
pixi-jsType aliases

Type Alias: AttributeOption

> AttributeOption = Omit<Attribute, "buffer"> & object | Buffer | TypedArray | number[]

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/geometry/Geometry.d.ts:50

The attribute option used by the constructor for adding geometries attributes extends Attribute but allows for the buffer to be a typed or number array

Advanced