Пример #1
0
        private void FixedUpdate()
        {
            if (_physicsCalcs == null)
            {
                return;
            }

            InfoParameters = _physicsCalcs.UpdatePhysicsParameters();

            _stabilityAugmentation.UpdatePhysicsInfo(InfoParameters);
            _flightStatusGUI.UpdateInfoParameters(InfoParameters);
            _flightDataGUI.UpdateInfoParameters(InfoParameters);
        }