示例#1
0
 //Use the pathfinder to recompute a new path
 //with vector
 void RecomputePath(Vector3 target)
 {
     _lastTarget = target;
     Move.Move(target);
 }