WaveFrogger.Services.AudioService.Terminate C# (CSharp) Méthode

Terminate() protected méthode

Terminates this instance.
protected Terminate ( ) : void
Résultat void
        protected override void Terminate()
        {
            this.sounds = null;
            this.musicPlayer.Stop();
            this.soundPlayer.StopAllSounds();
        }