public override void Deactive()
        {
            //移动到看不见的地方
            this.position = Const.Invisible_Postion;
            this.followPath.Stop();
            fsmMachine.Stop();
            this.entityID = Const.Invalid_Int;
            Reset();

            base.Deactive();
        }