Click or drag to resize

AudioServerGetBusIndex Method

Returns the index of the bus with the name bus_name.

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

Parameters

busName
Type: SystemString

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

Return Value

Type: Int32

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

See Also