MotionState
public enum MotionState
An enum representing the state of a motion operation.
-
The state of a motion operation when it is moving.
Declaration
Swift
case moving
-
The state of a motion operation when it is stopped.
Declaration
Swift
case stopped
-
The state of a motion operation when it is paused.
Declaration
Swift
case paused
-
The state of a motion operation when it is delayed.
Declaration
Swift
case delayed