C# Class iRacingReplayOverlay.Phases.Capturing.RemovalEdits

Afficher le fichier Open project: vipoo/iRacingReplayOverlay.net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AddEvent ( InterestState interest, iRacingSDK.DataSample d, System.TimeSpan t ) : void
WithOvertake ( ) : void

Method Details

For() public méthode

public For ( InterestState interestState ) : EditMarker
interestState InterestState
Résultat EditMarker

InterestingThingStarted() public méthode

public InterestingThingStarted ( InterestState interest, int pos ) : void
interest InterestState
pos int
Résultat void

InterestingThingStopped() public méthode

public InterestingThingStopped ( InterestState interest ) : void
interest InterestState
Résultat void

Process() public méthode

public Process ( iRacingSDK.DataSample data, System.TimeSpan relativeTime ) : void
data iRacingSDK.DataSample
relativeTime System.TimeSpan
Résultat void

RemovalEdits() public méthode

public RemovalEdits ( List raceEvents ) : iRacingSDK
raceEvents List
Résultat iRacingSDK

Stop() public méthode

public Stop ( ) : void
Résultat void