Summary
Re-initializes the speed of every AnimationClipPlayables to 1f.
Thus the animation clips will have their original lengths restored.
Only useful to revert the effect of the method
EqualizeClipsLength.
Syntax
public FlexMotionLayer ResetClipLengths()
Return Value
| Type | Description |
|---|---|
| FlexMotionLayer | The same instance of FlexMotionLayer, allowing chained method calls. |