Beispiel #1
0
        public new void Update()
        {
            Position = Exists ?
                       TargetUtil.GetClusterPoint(Radius, Size) :
                       TargetUtil.GetBestClusterPoint(Radius);

            NearMe = false;
            Range  = Radius;
            base.Update();

            TargetArea = new TargetArea(Radius, Position);
        }
Beispiel #2
0
        public new void Update()
        {
            Position = Exists ?
                TargetUtil.GetClusterPoint(Radius, Size) :
                TargetUtil.GetBestClusterPoint(Radius);

            NearMe = false;
            Range = Radius;
            base.Update();

            TargetArea = new TargetArea(Radius, Position);
        }