pixi.js
Website
GitHub
Discord
Preparing search index...
BatchMode
Type Alias BatchMode
Advanced
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.
Settings
Member Visibility
Inherited
Advanced
Theme
OS
Light
Dark
Website
GitHub
Discord
pixi.js
Loading...
The mode for batching graphics instructions.
It can be: