iRacingReplayOverlay.Phases.Capturing.EditMarker.EditMarker C# (CSharp) Method

EditMarker() public method

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