pixi-jsInterfaces
Interface: BatcherOptions
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:193
The options for the batcher.
Advanced
Properties
attributesInitialSize?
> optional attributesInitialSize?: number
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:197
The initial size of the attribute buffer.
indicesInitialSize?
> optional indicesInitialSize?: number
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:199
The initial size of the index buffer.
maxTextures
> maxTextures: number
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:195
The maximum number of textures per batch.