Пример #1
0
 private Vector3 GetCurrentwayPoint()
 {
     return(patrolPath.GetWayPoint(currentWayPointIndex));
 }
Пример #2
0
 private Transform GetCurrentWaypoint()
 {
     return(patrolPath.GetWayPoint(m_CurrentWaypointIndex));
 }
Пример #3
0
 private Vector3 GetCurrentWaypoint()
 {
     return(patrolPath.GetWayPoint(currentWayPoint));
 }
Пример #4
0
 private Vector3 GetCurrentWayPoint()
 {
     return(_patrolPath.GetWayPoint(_currentWaypointIndex));
 }