pixi.js
    Preparing search index...

    Type Alias AttributeOptionAdvanced

    AttributeOption:
        | Omit<Attribute, "buffer"> & { buffer: Buffer | TypedArray | number[] }
        | Buffer
        | TypedArray
        | number[]

    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