GAudio.MasterPulseModule.OnDisable C# (CSharp) Méthode

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void
        protected override void OnDisable()
        {
            base.OnDisable();
            if( _isPulsing )
                Stop ();
        }