C# Class SimTelemetry.Domain.Entities.Drivetrain

Mostrar archivo Open project: nlhans/SimTelemetry

Public Methods

Method Description
Drivetrain ( float clutchSlipTorque, float clutchFriction, float upshiftTime, float downshiftTime, int gears, IEnumerable gearRatios, IEnumerable finalRatios, IEnumerable stockRatios, int stockFinal, DriveTrainSetup drive, float driveDistribution ) : System.Collections.Generic

Method Details

Drivetrain() public method

public Drivetrain ( float clutchSlipTorque, float clutchFriction, float upshiftTime, float downshiftTime, int gears, IEnumerable gearRatios, IEnumerable finalRatios, IEnumerable stockRatios, int stockFinal, DriveTrainSetup drive, float driveDistribution ) : System.Collections.Generic
clutchSlipTorque float
clutchFriction float
upshiftTime float
downshiftTime float
gears int
gearRatios IEnumerable
finalRatios IEnumerable
stockRatios IEnumerable
stockFinal int
drive DriveTrainSetup
driveDistribution float
return System.Collections.Generic