Gem.deactivate C# (CSharp) 메소드

deactivate() 공개 메소드

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