set_bus_volume
Sets the volume level of a Godot audio bus to a specified decibel value.
Instructions
Set bus volume in dB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bus_index | Yes | Bus index | |
| volume_db | Yes | Volume in dB (e.g. -6.0, 0.0, 3.0) | |
| layout_path | No | default_bus_layout.tres |