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

behaviorsThe behaviors registered and being updated by the manager.

Methods

RegisterRegisters an IK behavior to be updated by the manager.
UnregisterUnregisters an IK behavior from being updated by the manager.
ClearClears the list of behaviors registered to the manager.