示例#1
0
 private Vector3 GetCurrentWaypoint()
 {
     return(patrolPath.GetWaipoint(currentWaypointIndex));
 }