game_audio_bus_layout
game_audio_bus_layoutManage audio bus layout in Godot: add, remove, reorder, and set sends between buses.
Instructions
Create/remove/reorder audio buses and routing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Target index (for move) | |
| action | Yes | Action: add, remove, move, set_send, list | |
| sendTo | No | Send target bus name | |
| busName | No | Bus name |