Click or drag to resize

AudioServerGetBusEffect Method

Returns the AudioEffect at position effect_idx in bus bus_idx.

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

Parameters

busIdx
Type: SystemInt32

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

effectIdx
Type: SystemInt32

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

Return Value

Type: AudioEffect

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

See Also