pixi.js
    Preparing search index...

    Interface BatchableQuadElementAdvanced

    Represents a batchable quad element.

    interface BatchableQuadElement {
        attributeSize: 4;
        batcherName: string;
        blendMode: BLEND_MODES;
        bounds: BoundsData;
        indexSize: 6;
        packAsQuad: true;
        texture: Texture;
        topology: Topology;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributeSize: 4

    The size of the attribute data for this quad element.

    batcherName: string

    The name of the batcher to use. Must be registered.

    blendMode: BLEND_MODES

    The blend mode to be applied.

    bounds: BoundsData

    The bounds data for this quad element.

    indexSize: 6

    The size of the index data for this quad element.

    packAsQuad: true

    Indicates that this element should be packed as a quad.

    texture: Texture

    The texture to be used for rendering.

    topology: Topology

    The topology to be used for rendering.