Click or drag to resize

AudioServerGetBusName Method

Returns the name of the bus with the index bus_idx.

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

Parameters

busIdx
Type: SystemInt32

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

Return Value

Type: String

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

See Also