Click or drag to resize

AudioServerSetBusSend Method

Connects the output of the bus at bus_idx to the bus named send.

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

Parameters

busIdx
Type: SystemInt32

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

send
Type: SystemString

[Missing <param name="send"/> documentation for "M:Godot.AudioServer.SetBusSend(System.Int32,System.String)"]

See Also