art.canvas.batch_draw
Execute multiple drawing commands in a single API call to reduce latency and improve canvas update performance. Combine sequential draw operations for efficient game art updates.
Instructions
Execute multiple draw commands in a single call for efficiency. Each command references a canvas tool name and its params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Array of draw commands to execute sequentially | |
| session_id | Yes | Canvas session ID |