add_audio_bus
Add an audio bus to a Godot bus layout, setting its send target and volume for audio routing.
Instructions
Add audio bus to layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| send_to | No | Send target bus | Master |
| bus_name | Yes | New bus name | |
| volume_db | No | Volume in dB | |
| layout_path | No | Path to AudioBusLayout .tres | default_bus_layout.tres |