Namespace: graphicsUtils

PIXI.graphicsUtils

Generalized convenience utilities for Graphics.

Classes

BatchPart

Members

BATCH_POOL Array<PIXI.graphicsUtils.BatchPart> readonly

Batch pool, stores unused batches for preventing allocations.

DRAW_CALL_POOL Array<PIXI.BatchDrawCall> readonly

Draw call pool, stores unused draw calls for preventing allocations.

FILL_COMMANDS object readonly

Map of fill commands for each shape type.