예제 #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));
 }