Click or drag to resize

AudioServerRemoveBus Method

Removes the bus at index index.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void RemoveBus(
	int index
)

Parameters

index
Type: SystemInt32

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

See Also