Ljud
InitAudioDevice()
Raylib.InitAudioDevice();SetMasterVolume()
Raylib.SetMasterVolume(0.3f);Ljudeffekter
Sound
LoadSound()
Sound exampleSound = Raylib.LoadSound("woop_woop.ogg");PlaySound()
PauseSound()
ResumeSound()
StopSound()
IsSoundPlaying()
SetSoundVolume()
Musik
Music
LoadMusicStream()
PlayMusicStream()
PauseMusicStream()
ResumeMusicStream()
StopMusicStream()
UpdateMusicStream()
IsMusicPlaying()
SetMusicVolume()
Last updated