void OnTriggerEnter()
 {
     targetFlightPath.targetIndex = targetIndex;
     if (iTween.Count(targetFlightPath.gameObject) == 0)
     {
         targetFlightPath.FollowRoute();
     }
 }