PIXI.graphicsUtils
namespace graphicsUtils
Generalized convenience utilities for Graphics.
Summary
Properties from graphicsUtils
Array<PIXI.graphicsUtils.BatchPart> |
|
Array<PIXI.BatchDrawCall> |
|
object |
|
Public Properties
BATCH_POOL: Array<PIXI.graphicsUtils.BatchPart>
Batch pool, stores unused batches for preventing allocations.
DRAW_CALL_POOL: Array<PIXI.BatchDrawCall>
Draw call pool, stores unused draw calls for preventing allocations.