AltitudeChangeEfficiency
Unique identifier of AltitudeChangeEfficiency 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 combustionAltitudeChangeEfficiency =
(vehicle as? Motorized)?.combustionEngine?.efficiency?.altitudeChange
val electricAltitudeChangeEfficiency =
(vehicle as? Motorized)?.electricEngine?.efficiency?.altitudeChange
Content copied to clipboard