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