Click or drag to resize

AudioServerSetBusName Method

Sets the name of the bus at index bus_idx to name.

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

Parameters

busIdx
Type: SystemInt32

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

name
Type: SystemString

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

See Also