AltitudeChangeEfficiencyProperty
data class AltitudeChangeEfficiencyProperty(val altitudeChangeEfficiency: AltitudeChangeEfficiency) : ElectricEngineProperty, CombustionEngineProperty
Represents AltitudeChangeEfficiency property of the Vehicle model.
Used for updating the ratio by which energy is converted during altitude changes via VehicleProvider.updateVehicle
If used in CombustionEngineProperties, FuelEnergyDensity must also be specified.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
altitudeChangeEfficiency
Ratio by which energy is converted for altitude changes.