IKPuppetLookTarget Class

Summary

An object for a character to look at using Inverse Kinematics (IK).
Assembly
Animancer.dll
Namespace
Animancer.Samples.InverseKinematics
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["IKPuppetLookTarget"] class Type type-node

Syntax

[AddComponentMenu(Strings.SamplesMenuPrefix + "Inverse Kinematics - IK Puppet Look Target")]
[AnimancerHelpUrl(typeof(IKPuppetLookTarget))]
public class IKPuppetLookTarget : MonoBehaviour

Remarks

Sample: Puppet

Attributes

Type Description
AddComponentMenu
AnimancerHelpUrlAttribute [Assert-Conditional] A UnityEngine.HelpURLAttribute which points to Animancer's documentation.

Methods

Name Value Summary
UpdateAnimatorIK(Animator) void