PIXI.BatchTextureArray

class BatchTextureArray

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

Summary


Properties from BatchTextureArray

number
count

Number of filled elements.

PIXI.BaseTexture[]
elements

Inside textures array.

number[]
ids

Respective locations for textures.

Public Properties


count BatchTextureArray.ts:16
count: number

Number of filled elements.

elements BatchTextureArray.ts:10
elements: PIXI.BaseTexture[]

Inside textures array.

ids BatchTextureArray.ts:13
ids: number[]

Respective locations for textures.


Powered by webdoc!