pixi.js
    Preparing search index...

    Class BatchTextureArrayAdvanced

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

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    count: number

    Number of filled elements.

    ids: Record<number, number> = ...

    Respective locations for textures.

    textures: TextureSource<any>[]

    Inside textures array.

    Methods

    • Clear the textures and their locations.

      Returns void