C# 클래스 iRacingSimulator.SessionData

파일 보기 프로젝트 열기: NickThissen/iRacingSdkWrapper 1 사용 예제들

공개 메소드들

메소드 설명
SessionData ( ) : System.Collections.Generic
Update ( SessionInfo info ) : void
Update ( TelemetryInfo telemetry ) : void
UpdateFastestLap ( Laptime lap, Driver driver ) : BestLap
UpdateState ( SessionStates state ) : void

메소드 상세

SessionData() 공개 메소드

public SessionData ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( SessionInfo info ) : void
info iRacingSdkWrapper.SessionInfo
리턴 void

Update() 공개 메소드

public Update ( TelemetryInfo telemetry ) : void
telemetry iRacingSdkWrapper.TelemetryInfo
리턴 void

UpdateFastestLap() 공개 메소드

public UpdateFastestLap ( Laptime lap, Driver driver ) : BestLap
lap Laptime
driver Driver
리턴 BestLap

UpdateState() 공개 메소드

public UpdateState ( SessionStates state ) : void
state SessionStates
리턴 void