示例#1
0
 public void checkIfPathExists(Vector3 pos1, Vector3 pos2)
 {
     pathFound = PathRequest.RequestNonThreadedPath(pos1, pos2);
 }