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

    Struct TwoBoneIKConstraintData

    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 TwoBoneIKConstraintData : IAnimationJobData, ITwoBoneIKConstraintData, IRigReferenceSync

    Properties

    hint

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

    hintWeight

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

    maintainTargetPositionOffset

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

    maintainTargetRotationOffset

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

    mid

    Declaration
    public Transform mid { get; set; }
    Property Value
    Type Description
    Transform
    Implements
    ITwoBoneIKConstraintData.mid

    root

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

    target

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

    targetPositionWeight

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

    targetRotationWeight

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

    tip

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

    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()

    IRigReferenceSync.allReferences

    Declaration
    JobTransform[] IRigReferenceSync.allReferences { get; }
    Returns
    Type Description
    JobTransform[]
    Implements
    IRigReferenceSync.allReferences

    ITwoBoneIKConstraintData.hint

    Declaration
    Transform ITwoBoneIKConstraintData.hint { get; }
    Returns
    Type Description
    Transform
    Implements
    ITwoBoneIKConstraintData.hint

    ITwoBoneIKConstraintData.target

    Declaration
    Transform ITwoBoneIKConstraintData.target { get; }
    Returns
    Type Description
    Transform
    Implements
    ITwoBoneIKConstraintData.target
    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