Click or drag to resize

AudioServerIsBusSolo Method

If true, the bus at index bus_idx is in solo mode.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool IsBusSolo(
	int busIdx
)

Parameters

busIdx
Type: SystemInt32

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.AudioServer.IsBusSolo(System.Int32)"]

See Also