VelocityChangeEfficiencyProperty
data class VelocityChangeEfficiencyProperty(val velocityChangeEfficiency: VelocityChangeEfficiency) : ElectricEngineProperty, CombustionEngineProperty
Represents VelocityChangeEfficiency property of the Vehicle model.
Used for updating the ratio by which energy is converted during velocity changes via VehicleProvider.updateVehicleProperties
If used in CombustionEngineProperties, FuelEnergyDensity must also be specified.
Parameters
velocityChangeEfficiency
Ratio by which energy is converted during velocity changes.