MotionDirection

public enum MotionDirection

Enum representing the direction a motion is moving in.

  • The motion is moving in a forward direction, from the starting value to the ending value.

    Declaration

    Swift

    case forward
  • The motion is moving in a reverse direction, from the ending value to the starting value.

    Declaration

    Swift

    case reverse