Summary
Stops every motion layers on a given mask layer index if it is active.
Syntax
public void StopAll(FlexMotionTransition transition, int maskLayerIndex)
Parameters
| Name | Type | Description |
|---|---|---|
| transition | FlexMotionTransition | The transition to use for stopping the layers. If null, the animator default transition will be used. |
| maskLayerIndex | int | The mask layer index identifying which layers to stop. |