menu
raylib_dartified package
documentation
core/raylib_dartified.dart
RaylibAudio
PlaySound method
PlaySound method
dark_mode
light_mode
PlaySound
method
void
PlaySound
(
SoundC
sound
)
Play a sound
Implementation
void PlaySound(SoundC sound) => _PlaySound(sound);
raylib_dartified package
documentation
core/raylib_dartified
RaylibAudio
PlaySound method
RaylibAudio class