Beispiel #1
0
 public void Pause()
 {
     if (EngineConfig.SoundSystem == FreeSL.FSL_SOUND_SYSTEM.FSL_SS_NOSYSTEM)
     {
         return;
     }
     FreeSL.fslSoundPause(_sound);
 }
Beispiel #2
0
 public void Pause()
 {
     FreeSL.fslSoundPause(_sound);
 }