CombustionEngineProperties
data class CombustionEngineProperties(val properties: List<CombustionEngineProperty>) : VehicleProperty
Represents CombustionEngine property of the Vehicle model.
Used for updating combustion engine properties via VehicleProvider.updateVehicle
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
properties
List of CombustionEngineProperty. If empty property list is passed, combustion engine without properties will be created.