CurrentFuelProperty

data class CurrentFuelProperty(val currentFuel: Volume) : CombustionEngineProperty

Represents currentFuel property of the CombustionEngine model.

Used for updating the current amount of fuel in the vehicle via VehicleProvider.updateVehicleProperties

Parameters

currentFuel

Current amount of fuel, typically in liters.

Constructors

Link copied to clipboard
constructor(currentFuel: Volume)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard