Summary
Sets the layer's current animation time (in seconds). Every animation clip will be affected.
Syntax
public FlexMotionLayer SetTime(float time)
Parameters
Name | Type | Description |
---|---|---|
time | float | The layer's animation time in seconds. |
Return Value
Type | Description |
---|---|
FlexMotionLayer | The same instance of FlexMotionLayer , allowing chained method calls. |