Enumerations
The following enumerations are available globally.
-
This error is thrown when a
See moreValueAssistant
receives the wrong type.Declaration
Swift
public enum ValueAssistantError : Error
-
An enum representing NSValue-encoded structs supported by MotionMachine.
See moreDeclaration
Swift
@MainActor public enum ValueStructTypes
-
This enum defines the behavior a path motion takes when at an edge of the path.
See moreDeclaration
Swift
public enum PathEdgeBehavior
-
An enum representing types of path elements, used in defining animation along the path.
See moreDeclaration
Swift
public enum PathElementType
-
The mode used to define the movement behavior of sequence steps when the
See morereversing
property of aMoveableCollection
is set totrue
.Declaration
Swift
public enum CollectionReversingMode
-
An enum representing the direction a motion is moving in.
See moreDeclaration
Swift
public enum MotionDirection
-
An enum representing the state of a motion operation.
See moreDeclaration
Swift
public enum MotionState
-
An enum representing possible status types being sent by a
See moreMoveable
object to itsMotionUpdateDelegate
delegate.Declaration
Swift
public enum MoveableStatus