Search Results for

    Show / Hide Table of Contents

    Class OnAnimatorIKAttribute

    Callback for setting up animation IK (inverse kinematics). See unity doc's MonoBehaviour.OnAnimatorIK for reference.

    Inheritance
    Object
    Attribute
    ActionAttribute
    OnEventDoActionAttribute
    OnAnimatorIKAttribute
    Inherited Members
    OnEventDoActionAttribute.Event
    ActionAttribute.Action
    Namespace: nickmaltbie.StateMachineUnity.Attributes
    Assembly: cs.temp.dll.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
    public class OnAnimatorIKAttribute : OnEventDoActionAttribute

    Constructors

    OnAnimatorIKAttribute(String)

    Callback for setting up animation IK (inverse kinematics). See unity doc's MonoBehaviour.OnAnimatorIK for reference.

    Declaration
    public OnAnimatorIKAttribute(string action)
    Parameters
    Type Name Description
    String action
    In This Article
    Back to top State Machine Unity Documentation