Beispiel #1
0
 public void SetHomePoint(Vector3 globalPos)
 {
     if (autoPilot)
     {
         autoPilot.SetHomePoint(globalPos);
     }
 }