Ejemplo n.º 1
0
 private Vector3 GetCurrentwayPoint()
 {
     return(patrolPath.GetWayPoint(currentWayPointIndex));
 }
Ejemplo n.º 2
0
 private Transform GetCurrentWaypoint()
 {
     return(patrolPath.GetWayPoint(m_CurrentWaypointIndex));
 }
Ejemplo n.º 3
0
 private Vector3 GetCurrentWaypoint()
 {
     return(patrolPath.GetWayPoint(currentWayPoint));
 }
Ejemplo n.º 4
0
 private Vector3 GetCurrentWayPoint()
 {
     return(_patrolPath.GetWayPoint(_currentWaypointIndex));
 }