Audio.SetBusVolume
static void SetBusVolume(SoundBus bus, float volume)
Sets a bus category’s 0-1 volume trim. Every sound playing on that bus is affected, handy for sfx/music/ui sliders in a settings menu, or ducking a whole category.
| SoundBus bus | The bus to adjust. |
| float volume | 0-1 volume trim for the bus. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!