CurrentFuelProperty

data class CurrentFuelProperty(val currentFuel: Volume) : CombustionEngineProperty

Represents currentFuel property of the CombustionEngine.

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

Constructors

Link copied to clipboard
constructor(currentFuel: Volume)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Current amount of fuel, typically in liters.