Click or drag to resize

AudioServerSwapBusEffects Method

Swaps the position of two effects in bus bus_idx.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SwapBusEffects(
	int busIdx,
	int effectIdx,
	int byEffectIdx
)

Parameters

busIdx
Type: SystemInt32

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

effectIdx
Type: SystemInt32

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

byEffectIdx
Type: SystemInt32

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

See Also