Esempio n. 1
0
 /// <summary>
 /// Sets whether the current SoundObject is looping.
 /// </summary>
 public void LoopSound(bool loop)
 {
     FreeSL.fslSoundSetLooping(_sound, loop);
 }