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.updateVehicle

Important: This is a Public Preview API. It may be changed or removed at any time.

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