pixi.js
    Preparing search index...

    Type Alias BatchModeAdvanced

    BatchMode: "auto" | "batch" | "no-batch"

    The mode for batching graphics instructions.

    It can be:

    • 'auto': Automatically determines whether to batch based on the number of instructions.
    • 'batch': Forces batching of all instructions.
    • 'no-batch': Disables batching, processing each instruction individually.