IKBehaviorManager
Declaration
public sealed class IKBehaviorManager : MonoBehaviour
Description
Manages and updates IK behaviors on an Animator component. This ensures only a single OnAnimatorIK call is made per frame for the animator.
Properties
behaviors | The behaviors registered and being updated by the manager. |
Methods
Register | Registers an IK behavior to be updated by the manager. |
Unregister | Unregisters an IK behavior from being updated by the manager. |
Clear | Clears the list of behaviors registered to the manager. |