CurrentFuel

data class CurrentFuel(val currentFuel: Volume) : CombustionEngineParameter

Specifies the amount of fuel.

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

Parameters

currentFuel

Current amount of fuel, for example in liters.

Constructors

Link copied to clipboard
constructor(currentFuel: Volume)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard