Summary
Sets the transition to apply when the FlexMotionLayer
transitions from one state to another.
If that layer is currently in a in transition, the other layers in a out transition will also use that new transition settings.
Not doing so will lead to disjointed transitions as it the time and weights will not match.
Syntax
public FlexMotionLayer SetTransition(FlexMotionTransition transition)
Parameters
Name |
Type |
Description |
transition |
FlexMotionTransition |
The new transition to apply to this motion layer. |
Return Value
Type |
Description |
FlexMotionLayer |
The same instance of FlexMotionLayer , allowing chained method calls. |