Enumerations

The following enumerations are available globally.

Declarations

  • An enum representing value types supported by MotionMachine.

    See more

    Declaration

    Swift

    @MainActor
    public enum ValueStructTypes
  • This enum defines the behavior a path motion takes when at an edge of the path.

    See more

    Declaration

    Swift

    public enum PathEdgeBehavior
  • An enum representing types of path elements, used in defining animation along the path.

    See more

    Declaration

    Swift

    public enum PathElementType
  • The mode used to define the movement behavior of sequence steps when the isReversing property of a MoveableCollection object is set to true.

    See more

    Declaration

    Swift

    public enum CollectionReversingMode
  • An enum representing the direction a motion is moving in.

    See more

    Declaration

    Swift

    public enum MotionDirection
  • An enum representing the state of a motion operation.

    See more

    Declaration

    Swift

    public enum MoveableState
  • An enum representing possible status types being sent by a Moveable object to its MotionUpdateDelegate delegate.

    See more

    Declaration

    Swift

    public enum MoveableStatus
  • Undocumented

    See more

    Declaration

    Swift

    public enum SIMDType : String