IKBehavior
Declaration
public abstract class IKBehavior : MonoBehaviour
Description
An IK behavior attached to an animator component.
Properties
animator | The animator component the IK solution is applied to. |
Methods
Start | A Unity lifecycle method called the first frame the behavior is enabled. |
OnDestroy | A Unity lifecycle method called when the behavior is destroyed. |
UpdateIK | Updates the IK solution. |