Click or drag to resize

AudioServerSetBusVolumeDb Method

Sets the volume of the bus at index bus_idx to volume_db.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SetBusVolumeDb(
	int busIdx,
	float volumeDb
)

Parameters

busIdx
Type: SystemInt32

[Missing <param name="busIdx"/> documentation for "M:Godot.AudioServer.SetBusVolumeDb(System.Int32,System.Single)"]

volumeDb
Type: SystemSingle

[Missing <param name="volumeDb"/> documentation for "M:Godot.AudioServer.SetBusVolumeDb(System.Int32,System.Single)"]

See Also