Summary
Stops every motion layers if it is active using the given transition.
Syntax
public void StopAll(FlexMotionTransition transition)
Parameters
| Name | Type | Description |
|---|---|---|
| transition | FlexMotionTransition | The transition to use for stopping the layers. If null, the animator default transition will be used. |