pixi.js
    Preparing search index...

    Interface BatcherOptionsAdvanced

    The options for the batcher.

    interface BatcherOptions {
        attributesInitialSize?: number;
        indicesInitialSize?: number;
        maxTextures: number;
    }
    Index

    Properties

    attributesInitialSize?: number

    The initial size of the attribute buffer.

    indicesInitialSize?: number

    The initial size of the index buffer.

    maxTextures: number

    The maximum number of textures per batch.