Click or drag to resize

AudioServerSetBusBypassEffects Method

If true, the bus at index bus_idx is bypassing effects.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SetBusBypassEffects(
	int busIdx,
	bool enable
)

Parameters

busIdx
Type: SystemInt32

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

enable
Type: SystemBoolean

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

See Also