示例#1
0
 protected bool CheckPointReach()
 {
     if (state == State.FollowPath || state == State.Landing)
     {
         pathHandlerBase.PointReached();
         return(true);
     }
     return(false);
 }