paused property

bool paused
getter/setter pair

Set to true to pause the MotionController. No of the actions associated with the controller will run while it's paused.

Implementation

bool paused = false;