Beispiel #1
0
    public void AutomaticFlightSelected()
    {
        flightDataVisualizer.SetAutomaticFlightInterface();
        engineController.StartEngines();

        plane.gameObject.GetComponent <Rigidbody>().useGravity = false;

        pathNavigator.NavigatePath();
    }