Class: BatchTextureArray

PIXI.BatchTextureArray

Used by the batcher to build texture batches. Holds list of textures and their respective locations.

Members

count number

number of filled elements

elements Array<PIXI.BaseTexture>

inside textures array

ids Array<number>

Respective locations for textures

Methods

clear () void