Summary
Sets the playable IK on or off for all AnimationClips.
Setting it to turn enables the usage of the
OnAnimatorIk messages in MonoBehavior scripts.
Syntax
public FlexMotionLayer SetApplyPlayableIK(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. |