WeightProperty

data class WeightProperty(val weight: Weight) : VehicleProperty

Represents VehicleDimensions.weight property of the Vehicle model.

Used for updating the weight of the vehicle via VehicleProvider.updateVehicleProperties

Parameters

weight

Weight of the vehicle, typically in kilograms.

Constructors

Link copied to clipboard
constructor(weight: Weight)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard