menu
raylib_dartified package
documentation
core/raylib.dart
RaylibAudio
SetSoundVolume method
SetSoundVolume method
dark_mode
light_mode
SetSoundVolume
method
void
SetSoundVolume
(
SoundC
sound
,
double
volume
)
Implementation
void SetSoundVolume(SoundC sound, double volume) { return _SetSoundVolume(sound, volume); }
raylib_dartified package
documentation
core/raylib
RaylibAudio
SetSoundVolume method
RaylibAudio class