Struct ChainIKConstraintData | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct ChainIKConstraintData

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: UnityEngine.Animations.Rigging
    Syntax
    [Serializable]
    public struct ChainIKConstraintData : IAnimationJobData, IChainIKConstraintData, IRigReferenceSync

    Properties

    chainRotationWeight

    Declaration
    public float chainRotationWeight { get; set; }
    Property Value
    Type Description
    System.Single
    Implements
    IChainIKConstraintData.chainRotationWeight

    maintainTargetPositionOffset

    Declaration
    public bool maintainTargetPositionOffset { get; set; }
    Property Value
    Type Description
    System.Boolean
    Implements
    IChainIKConstraintData.maintainTargetPositionOffset

    maintainTargetRotationOffset

    Declaration
    public bool maintainTargetRotationOffset { get; set; }
    Property Value
    Type Description
    System.Boolean
    Implements
    IChainIKConstraintData.maintainTargetRotationOffset

    maxIterations

    Declaration
    public int maxIterations { get; set; }
    Property Value
    Type Description
    System.Int32
    Implements
    IChainIKConstraintData.maxIterations

    root

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

    target

    Declaration
    public JobTransform target { get; set; }
    Property Value
    Type Description
    JobTransform

    tip

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

    tipRotationWeight

    Declaration
    public float tipRotationWeight { get; set; }
    Property Value
    Type Description
    System.Single
    Implements
    IChainIKConstraintData.tipRotationWeight

    tolerance

    Declaration
    public float tolerance { get; set; }
    Property Value
    Type Description
    System.Single
    Implements
    IChainIKConstraintData.tolerance

    Explicit Interface Implementations

    IAnimationJobData.IsValid()

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

    IAnimationJobData.SetDefaultValues()

    Declaration
    void IAnimationJobData.SetDefaultValues()
    Implements
    IAnimationJobData.SetDefaultValues()

    IChainIKConstraintData.target

    Declaration
    Transform IChainIKConstraintData.target { get; }
    Returns
    Type Description
    Transform
    Implements
    IChainIKConstraintData.target

    IRigReferenceSync.allReferences

    Declaration
    JobTransform[] IRigReferenceSync.allReferences { get; }
    Returns
    Type Description
    JobTransform[]
    Implements
    IRigReferenceSync.allReferences
    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