C# 클래스 iRacingReplayOverlay.Phases.Capturing.RemovalEdits

파일 보기 프로젝트 열기: vipoo/iRacingReplayOverlay.net 1 사용 예제들

공개 메소드들

메소드 설명
For ( InterestState interestState ) : EditMarker
InterestingThingStarted ( InterestState interest, int pos ) : void
InterestingThingStopped ( InterestState interest ) : void
Process ( iRacingSDK.DataSample data, System.TimeSpan relativeTime ) : void
RemovalEdits ( List raceEvents ) : iRacingSDK
Stop ( ) : void

비공개 메소드들

메소드 설명
AddEvent ( InterestState interest, iRacingSDK.DataSample d, System.TimeSpan t ) : void
WithOvertake ( ) : void

메소드 상세

For() 공개 메소드

public For ( InterestState interestState ) : EditMarker
interestState InterestState
리턴 EditMarker

InterestingThingStarted() 공개 메소드

public InterestingThingStarted ( InterestState interest, int pos ) : void
interest InterestState
pos int
리턴 void

InterestingThingStopped() 공개 메소드

public InterestingThingStopped ( InterestState interest ) : void
interest InterestState
리턴 void

Process() 공개 메소드

public Process ( iRacingSDK.DataSample data, System.TimeSpan relativeTime ) : void
data iRacingSDK.DataSample
relativeTime System.TimeSpan
리턴 void

RemovalEdits() 공개 메소드

public RemovalEdits ( List raceEvents ) : iRacingSDK
raceEvents List
리턴 iRacingSDK

Stop() 공개 메소드

public Stop ( ) : void
리턴 void