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

Start() private méthode

private Start ( int pos = int.MaxValue ) : void
pos int
Résultat void
        internal void Start(int pos = int.MaxValue)
        {
            if (wasStarted)
                removalEdits.InterestingThingStopped(interest);

            wasStarted = true;
            removalEdits.InterestingThingStarted(interest, pos);
        }