Summary
Sets the layer's current animation normalized time (from 0f to 1f). Every animation clip will be affected.
Syntax
public FlexMotionLayer SetNormalizedTime(float normTime)
Parameters
| Name | Type | Description |
|---|---|---|
| normTime | float | The normalized time based on the longest AnimationClip. |
Return Value
| Type | Description |
|---|---|
| FlexMotionLayer | The same instance of FlexMotionLayer, allowing chained method calls. |