The renderer this System works for.
The currently active ObjectRenderer.
Readonly
emptyAn empty renderer.
Assigns batch locations to textures in array based on boundTextures state.
All textures in texArray should have _batchEnabled = _batchId
,
and their count should be less than maxTextures
.
textures to bound
current state of bound textures
marker for _batchEnabled param of textures in texArray
number of texture locations to manipulate
Handy function for batch renderers: copies bound textures in first maxTextures locations to array sets actual _batchLocation for them
arr copy destination
number of copied elements
Changes the current renderer to the one given in parameter
The object renderer to use.
Generated using TypeDoc
System plugin to the renderer to manage batching.
Memberof
PIXI