VelocityChangeEfficiency
Unique identifier of VelocityChangeEfficiency property of the Vehicle model.
To access the property value from the Vehicle, depending on the type of engine, use one of the following snippets:
val combustionVelocityChangeEfficiency =
(vehicle as? Motorized)?.combustionEngine?.efficiency?.velocityChange
val electricVelocityChangeEfficiency =
(vehicle as? Motorized)?.electricEngine?.efficiency?.velocityChange
Content copied to clipboard