Table of Contents

Enum StepDirection

Namespace
Ofs
Assembly
Ofs.Api.dll

A step / nudge direction shared by Direction and Direction. None is an EditIntent-only state: a position nudge rather than a time nudge (Pos carries the delta). A NavStep only ever carries Backward or Forward.

public enum StepDirection

Fields

Backward = -1

Step backward / nudge earlier in time (−1).

None = 0

EditIntent only: a position nudge, not a time nudge (0).

Forward = 1

Step forward / nudge later in time (+1).