Class VehicleTroubleshootingPowertrainSnapshot
- Namespace
- LibreRally.Vehicle
- Assembly
- LibreRally.dll
public sealed record VehicleTroubleshootingPowertrainSnapshot : IEquatable<VehicleTroubleshootingPowertrainSnapshot>
- Inheritance
-
VehicleTroubleshootingPowertrainSnapshot
- Implements
-
- Inherited Members
-
Constructors
VehicleTroubleshootingPowertrainSnapshot(float, int, float, float, float, float, float)
public VehicleTroubleshootingPowertrainSnapshot(float VehicleMassKg, int DrivenWheelCount, float LaunchRpm, float LaunchEngineTorqueNm, float FirstGearRatio, float FinalDriveRatio, float PerDrivenWheelLaunchTorqueNm)
Parameters
VehicleMassKg float
DrivenWheelCount int
LaunchRpm float
LaunchEngineTorqueNm float
FirstGearRatio float
FinalDriveRatio float
PerDrivenWheelLaunchTorqueNm float
Properties
DrivenWheelCount
public int DrivenWheelCount { get; init; }
Property Value
- int
FinalDriveRatio
public float FinalDriveRatio { get; init; }
Property Value
- float
FirstGearRatio
public float FirstGearRatio { get; init; }
Property Value
- float
LaunchEngineTorqueNm
public float LaunchEngineTorqueNm { get; init; }
Property Value
- float
LaunchRpm
public float LaunchRpm { get; init; }
Property Value
- float
PerDrivenWheelLaunchTorqueNm
public float PerDrivenWheelLaunchTorqueNm { get; init; }
Property Value
- float
VehicleMassKg
public float VehicleMassKg { get; init; }
Property Value
- float