CarSetupData class
Constructors
- CarSetupData({required int m_frontWing, required int m_rearWing, required int m_onThrottle, required int m_offThrottle, required double m_frontCamber, required double m_rearCamber, required double m_frontToe, required double m_rearToe, required int m_frontSuspension, required int m_rearSuspension, required int m_frontAntiRollBar, required int m_rearAntiRollBar, required int m_frontSuspensionHeight, required int m_rearSuspensionHeight, required int m_brakePressure, required int m_brakeBias, required double m_rearLeftTyrePressure, required double m_rearRightTyrePressure, required double m_frontLeftTyrePressure, required double m_frontRightTyrePressure, required int m_ballast, required double m_fuelLoad})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- m_ballast → int
-
Ballast
final
- m_brakeBias → int
-
Brake bias (percentage)
final
- m_brakePressure → int
-
Brake pressure (percentage)
final
- m_frontAntiRollBar → int
-
Front anti-roll bar
final
- m_frontCamber → double
-
Front camber angle (suspension geometry)
final
- m_frontLeftTyrePressure → double
-
Front left tyre pressure (PSI)
final
- m_frontRightTyrePressure → double
-
Front right tyre pressure (PSI)
final
- m_frontSuspension → int
-
Front suspension
final
- m_frontSuspensionHeight → int
-
Front ride height
final
- m_frontToe → double
-
Front toe angle (suspension geometry)
final
- m_frontWing → int
-
Front wing aero
final
- m_fuelLoad → double
-
Fuel load
final
- m_offThrottle → int
-
Differential adjustment off throttle (percentage)
final
- m_onThrottle → int
-
Differential adjustment on throttle (percentage)
final
- m_rearAntiRollBar → int
-
Rear anti-roll bar
final
- m_rearCamber → double
-
Rear camber angle (suspension geometry)
final
- m_rearLeftTyrePressure → double
-
Rear left tyre pressure (PSI)
final
- m_rearRightTyrePressure → double
-
Rear right tyre pressure (PSI)
final
- m_rearSuspension → int
-
Rear suspension
final
- m_rearSuspensionHeight → int
-
Rear ride height
final
- m_rearToe → double
-
Rear toe angle (suspension geometry)
final
- m_rearWing → int
-
Rear wing aero
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited