프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ActiveShiftPatternStr | string | ||
Gears | int | ||
RangeSize | int | ||
ShiftFrame | int | ||
ShiftPatterns | ShiftPattern>.Dictionary | ||
StaticMass | float | ||
configuration |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetRangeButton ( int r ) : bool | ||
GetShiftButton ( int b ) : bool | ||
LoadShiftPattern ( string pattern, string file ) : void |
public ApplyParameter ( |
||
obj | ||
리턴 | void |
public GetAxis ( JoyControls c, double val ) : double | ||
c | JoyControls | |
val | double | |
리턴 | double |
public GetButton ( JoyControls c, bool val ) : bool | ||
c | JoyControls | |
val | bool | |
리턴 | bool |
public Shift ( int fromGear, int toGear, string style ) : void | ||
fromGear | int | |
toGear | int | |
style | string | |
리턴 | void |