示例#1
0
 public void FinishedProcessingPath(Vector3[] path, bool success)
 {
     currentPathRequest.callback(path, success);
     isProcessingPath = false;
     TryProcessNext();
 }