Namespace: graphicsUtils

PIXI.graphicsUtils

Generalized convenience utilities for Graphics.

Classes

BatchPart

Members

PIXI.graphicsUtils.exports.BATCH_POOL Array.<PIXI.graphicsUtils.BatchPart> staticconstant

Batch pool, stores unused batches for preventing allocations.

PIXI.graphicsUtils.exports.DRAW_CALL_POOL Array.<PIXI.BatchDrawCall> staticconstant

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

PIXI.graphicsUtils.exports.FILL_COMMANDS Object staticconstant

Map of fill commands for each shape type.