Trailer

data class Trailer(val isAttached: Boolean, val totalDamage: Float, val damageParts: TrailerDamage, val acceleration: Acceleration<Float>, val hook: Hook<Float>, val position: Vector<Double>, val orientation: OrientationVector<Double>, val brand: GenericResource, val model: GenericResource, val accessoryId: String, val bodyType: String, val chainType: String, val licencePlate: LicensePlate, val liftAxle: LiftAxle, val wheels: List<TrailerWheel>)

Class that hold trailer data

Author

Felipe Gonzalez

Constructors

Link copied to clipboard
constructor(isAttached: Boolean, totalDamage: Float, damageParts: TrailerDamage, acceleration: Acceleration<Float>, hook: Hook<Float>, position: Vector<Double>, orientation: OrientationVector<Double>, brand: GenericResource, model: GenericResource, accessoryId: String, bodyType: String, chainType: String, licencePlate: LicensePlate, liftAxle: LiftAxle, wheels: List<TrailerWheel>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard