예제 #1
0
 public void SetDestination(int node)
 {
     head.SetDestination(pathNodes[node].transform.position);
 }