Пример #1
0
 protected virtual void getTargetCoords()
 {
     if (targetCoords == null || targetCoords == Vector3.zero)
     {
         targetCoords = drone.getUnityCoords(headTo.mnX, headTo.mnY, headTo.mnZ) + new Vector3(0.5f, 1.5f, 0.5f);
     }
 }