IKPuppetTarget Class

Summary

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

Syntax

[AddComponentMenu(Strings.SamplesMenuPrefix + "Inverse Kinematics - IK Puppet Target")]
[AnimancerHelpUrl(typeof(IKPuppetTarget))]
public class IKPuppetTarget : 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