Свойство | Type | Description | |
---|---|---|---|
ActiveShiftPatternStr | string | ||
Gears | int | ||
RangeSize | int | ||
ShiftFrame | int | ||
ShiftPatterns | ShiftPattern>.Dictionary | ||
StaticMass | float | ||
configuration |
Méthode | Description | |
---|---|---|
ApplyParameter ( |
||
ExportParameters ( ) : IEnumerable |
||
GetAxis ( JoyControls c, double val ) : double | ||
GetButton ( JoyControls c, bool val ) : bool | ||
LoadShiftPatterns ( List |
||
RecalcTable ( ) : void | ||
Requires ( JoyControls c ) : bool | ||
ResetParameters ( ) : void | ||
Shift ( int fromGear, int toGear, string style ) : void | ||
TickControls ( ) : void | ||
TickTelemetry ( IDataMiner data ) : void | ||
Transmission ( ) : System |
Méthode | Description | |
---|---|---|
GetRangeButton ( int r ) : bool | ||
GetShiftButton ( int b ) : bool | ||
LoadShiftPattern ( string pattern, string file ) : void |
public ApplyParameter ( |
||
obj | ||
Résultat | void |
public GetAxis ( JoyControls c, double val ) : double | ||
c | JoyControls | |
val | double | |
Résultat | double |
public GetButton ( JoyControls c, bool val ) : bool | ||
c | JoyControls | |
val | bool | |
Résultat | bool |
public LoadShiftPatterns ( List |
||
patterns | List |
|
Résultat | void |
public Shift ( int fromGear, int toGear, string style ) : void | ||
fromGear | int | |
toGear | int | |
style | string | |
Résultat | void |
public TickTelemetry ( IDataMiner data ) : void | ||
data | IDataMiner | |
Résultat | void |