PIXI.graphicsUtils

namespace graphicsUtils

Generalized convenience utilities for Graphics.

Summary


Properties from graphicsUtils

Public Properties


BATCH_POOL index.ts:44
BATCH_POOL: Array<PIXI.graphicsUtils.BatchPart>

Batch pool, stores unused batches for preventing allocations.

DRAW_CALL_POOL index.ts:51
DRAW_CALL_POOL: Array<PIXI.BatchDrawCall>

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

FILL_COMMANDS index.ts:31
FILL_COMMANDS: object

Map of fill commands for each shape type.


Powered by webdoc!