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