create_audio_bus_layout
Create an audio bus layout file for Godot with configurable master volume. Specify output path and master volume to generate a .tres AudioBusLayout.
Instructions
Create AudioBusLayout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Output path for AudioBusLayout .tres | default_bus_layout.tres |
| master_volume | No | Master bus volume (0-1) |