Click or drag to resize

AudioServerMoveBus Method

Moves the bus from index index to index to_index.

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

Parameters

index
Type: SystemInt32

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

toIndex
Type: SystemInt32

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

See Also