Gem.deactivate C# (CSharp) Method

deactivate() public method

public deactivate ( ) : void
return void
    public virtual void deactivate()
    {
        //Perform checks on the active field before running
           //any deactivate code to prevent it from reverting the
           //effects twice
    }