Exemplo n.º 1
0
 private Vector3 GetCurrentWayPoint(int index)
 {
     return(patrolPath.GetWayPointPosition(index));
 }