Summary
Sets the foot IK on or off for all AnimationClips.
Syntax
public FlexMotionLayer SetApplyFootIK(bool value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | bool | Whether to turn foot IK on or off. |
Return Value
| Type | Description |
|---|---|
| FlexMotionLayer | The same instance of FlexMotionLayer, allowing chained method calls. |