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