Summary
Turns on or off the playable Ik setting on a layer when playing an animation.
It enables the
OnAnimatorIk messages in MonoBehavior scripts.
Syntax
public void SetApplyPlayableIkOnplay(bool value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | bool | The new value of applyPlayableIkOnPlay. |