Interface used to access propulsion thrust for basic maneuver strategies.
SetMaxAirspeed | Set the max airspeed type and value for a thrust model. |
SetMinAirspeed | Set the min airspeed type and value for a thrust model. |
BoostThrust | Gets or sets the boost thrust value for a thrust model set to Boost/Sustain Thrust mode. |
BoostThrustTimeLimit | Gets or sets the boost thrust time limit for a thrust model set to Boost/Sustain Thrust mode. |
ConstantThrust | Gets or sets the constant thrust value for a thrust model set to Constant Thrust mode. |
MaxAirspeed | Get the max airspeed for a thrust model. |
MaxAirspeedType | Get the max airspeed type for a thrust model. |
MinAirspeed | Get the min airspeed for a thrust model. |
MinAirspeedType | Get the min airspeed type for a thrust model. |
SustainThrust | Gets or sets the sustain thrust value for a thrust model set to Boost/Sustain Thrust mode. |
SustainThrustTimeLimit | Gets or sets the sustain thrust time limit for a thrust model set to Boost/Sustain Thrust mode. |
UseConstantThrust | Gets or sets the option to use a constant thrust for a thrust model. |