GAudio.EnvelopeModule.OnDisable C# (CSharp) Method

OnDisable() protected method

protected OnDisable ( ) : void
return void
        void OnDisable()
        {
            if( _pulse != null )
            {
                _pulse.onWillPulse -= OnWillPulse;
            }
        }