iRacingReplayOverlay.Phases.Capturing.EditMarker.EditMarker C# (CSharp) Méthode

EditMarker() public méthode

public EditMarker ( RemovalEdits removalEdits, InterestState interest ) : iRacingSDK.Support
removalEdits RemovalEdits
interest InterestState
Résultat iRacingSDK.Support
        public EditMarker(RemovalEdits removalEdits, InterestState interest)
        {
            this.removalEdits = removalEdits;
            this.interest = interest;
        }