C# 클래스 SimShift.Services.Antistall

This module is the "Auto-Clutch" feature and engages the clutch when the engine is about to stall. It also ensures smooth get-away when the user engages throttle when the vehicle has stopped.
상속: IControlChainObj, IConfigurable
파일 보기 프로젝트 열기: nlhans/SimShift 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BlipFull bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Antistall ( ) : System
ApplyParameter ( IniValueObject obj ) : void
ExportParameters ( ) : IEnumerable
GetAxis ( JoyControls c, double val ) : double
GetButton ( JoyControls c, bool val ) : bool
Requires ( JoyControls c ) : bool
ResetParameters ( ) : void
TickControls ( ) : void
TickTelemetry ( IDataMiner telemetry ) : void

메소드 상세

Antistall() 공개 메소드

public Antistall ( ) : System
리턴 System

ApplyParameter() 공개 메소드

public ApplyParameter ( IniValueObject obj ) : void
obj SimShift.Utils.IniValueObject
리턴 void

ExportParameters() 공개 메소드

public ExportParameters ( ) : IEnumerable
리턴 IEnumerable

GetAxis() 공개 메소드

public GetAxis ( JoyControls c, double val ) : double
c JoyControls
val double
리턴 double

GetButton() 공개 메소드

public GetButton ( JoyControls c, bool val ) : bool
c JoyControls
val bool
리턴 bool

Requires() 공개 메소드

public Requires ( JoyControls c ) : bool
c JoyControls
리턴 bool

ResetParameters() 공개 메소드

public ResetParameters ( ) : void
리턴 void

TickControls() 공개 메소드

public TickControls ( ) : void
리턴 void

TickTelemetry() 공개 메소드

public TickTelemetry ( IDataMiner telemetry ) : void
telemetry IDataMiner
리턴 void

프로퍼티 상세

BlipFull 보호되어 있는 프로퍼티

protected bool BlipFull
리턴 bool