menu
raylib_dartified_base package
documentation
core/raylib_dartified_base.dart
RaylibAudioFlatModule<R extends RaylibBase>
SetSoundVolume abstract method
SetSoundVolume abstract method
dark_mode
light_mode
SetSoundVolume
abstract method
void
SetSoundVolume
(
SoundD
sound
,
double
volume
)
Set volume for a sound (1.0 is max level)
Implementation
void SetSoundVolume( SoundD sound, double volume, );
raylib_dartified_base package
documentation
core/raylib_dartified_base
RaylibAudioFlatModule<R extends RaylibBase>
SetSoundVolume abstract method
RaylibAudioFlatModule class