GAudio.MasterPulseModule.OnDisable C# (CSharp) Method

OnDisable() protected method

protected OnDisable ( ) : void
return void
        protected override void OnDisable()
        {
            base.OnDisable();
            if( _isPulsing )
                Stop ();
        }