public void Restart(float height) { _aircraft.Position = new Vector3(0, 0, height); _physicsModel.Restart(Vector3.zero); }