LogoPixi’VN
pixi-jsType aliases

Type Alias: AttributeOptions

> AttributeOptions = Record<string, AttributeOption>

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

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

Advanced