Click or drag to resize

AudioServerGetBusEffectInstance Method

Returns the AudioEffectInstance assigned to the given bus and effect indices (and optionally channel).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static AudioEffectInstance GetBusEffectInstance(
	int busIdx,
	int effectIdx,
	int channel = 0
)

Parameters

busIdx
Type: SystemInt32

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

effectIdx
Type: SystemInt32

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

channel (Optional)
Type: SystemInt32

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

Return Value

Type: AudioEffectInstance

[Missing <returns> documentation for "M:Godot.AudioServer.GetBusEffectInstance(System.Int32,System.Int32,System.Int32)"]

See Also