Struct TwistChainConstraintData | Animation Rigging | 0.3.4-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Struct TwistChainConstraintData

    Namespace: UnityEngine.Animations.Rigging
    Syntax
    [Serializable]
    public struct TwistChainConstraintData : IAnimationJobData, ITwistChainConstraintData

    Properties

    curve

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

    root

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

    rootTarget

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

    tip

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

    tipTarget

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

    Explicit Interface Implementations

    IAnimationJobData.IsValid()

    Declaration
    bool IAnimationJobData.IsValid()
    Returns
    Type Description
    Boolean
    Implements
    IAnimationJobData.IsValid()

    IAnimationJobData.SetDefaultValues()

    Declaration
    void IAnimationJobData.SetDefaultValues()
    Implements
    IAnimationJobData.SetDefaultValues()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023