pixi-jsInterfaces
Interface: BatcherAdaptor
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/BatcherPipe.d.ts:10
Internal
Methods
contextChange()?
> optional contextChange(): void
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/BatcherPipe.d.ts:14
Returns
void
execute()
> execute(batchPipe, batch): void
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/BatcherPipe.d.ts:13
Parameters
batchPipe
batch
Returns
void
init()?
> optional init(batchPipe): void
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/BatcherPipe.d.ts:12
Parameters
batchPipe
Returns
void
start()
> start(batchPipe, geometry, shader): void
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/BatcherPipe.d.ts:11
Parameters
batchPipe
geometry
shader
Returns
void