docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct TwistChainConstraintData

    The TwistChain constraint data.

    Implements
    IAnimationJobData
    ITwistChainConstraintData
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Animations.Rigging
    Assembly: Unity.Animation.Rigging.dll
    Syntax
    [Serializable]
    public struct TwistChainConstraintData : IAnimationJobData, ITwistChainConstraintData

    Properties

    curve

    Curve with weight values used to adjust how twist is distributed along the chain.

    Declaration
    public AnimationCurve curve { get; set; }
    Property Value
    Type Description
    AnimationCurve

    root

    The root Transform of the TwistChain hierarchy.

    Declaration
    public Transform root { get; set; }
    Property Value
    Type Description
    Transform

    rootTarget

    The TwistChain root target Transform.

    Declaration
    public Transform rootTarget { get; set; }
    Property Value
    Type Description
    Transform

    tip

    The tip Transform of the TwistChain hierarchy.

    Declaration
    public Transform tip { get; set; }
    Property Value
    Type Description
    Transform

    tipTarget

    The TwistChain tip target Transform.

    Declaration
    public Transform tipTarget { get; set; }
    Property Value
    Type Description
    Transform

    Implements

    IAnimationJobData
    ITwistChainConstraintData
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)