private void StopEvents() { foreach (EventInstance instance in this.eventInstances) { FMODCommon.StopEvent(instance); } this.eventInstances.Clear(); this.StopSong(); }
private void StopSong() { FMODCommon.StopEvent(this.songInstance); this.songInstance = null; }