Function AudioServerSingleton.getBusEffect
Returns the AudioEffect
at position effect_idx
in bus bus_idx
.
godot .d .reference .Ref!(godot.audioeffect.AudioEffect) getBusEffect
(
const(long) bus_idx,
const(long) effect_idx
) nothrow @nogc;