IKBehavior


Declaration

public abstract class IKBehavior : MonoBehaviour

Description

An IK behavior attached to an animator component.

Properties

animatorThe animator component the IK solution is applied to.

Methods

StartA Unity lifecycle method called the first frame the behavior is enabled.
OnDestroyA Unity lifecycle method called when the behavior is destroyed.
UpdateIKUpdates the IK solution.