SetSoundVolume method
Implementation
@override
void SetSoundVolume(
SoundD sound,
num volume,
) => run(
() => RaylibDebugLabels.SetSoundVolume(sound, volume),
() => rl.Audio.SetSoundVolume.run2(
rl.Temp.Sound$.Ref1(sound).toJS,
volume.toJS,
),
);