private Vector3 GetCurrentWayPoint()
 {
     return(patrolPath.GetMyWaPoint(wayPointIndex));
 }