Click or drag to resize

AudioServerGetBusSend Method

Returns the name of the bus that the bus at index bus_idx sends to.

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

Parameters

busIdx
Type: SystemInt32

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

Return Value

Type: String

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

See Also