Exemplo n.º 1
0
 private void StopEvents()
 {
     foreach (EventInstance instance in this.eventInstances)
     {
         FMODCommon.StopEvent(instance);
     }
     this.eventInstances.Clear();
     this.StopSong();
 }
Exemplo n.º 2
0
 private void StopSong()
 {
     FMODCommon.StopEvent(this.songInstance);
     this.songInstance = null;
 }