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

    Struct BlendConstraintData

    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 BlendConstraintData : IAnimationJobData, IBlendConstraintData, IRigReferenceSync

    Properties

    blendPosition

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

    blendRotation

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

    constrainedObject

    Declaration
    public Transform constrainedObject { get; set; }
    Property Value
    Type Description
    Transform
    Implements
    IBlendConstraintData.constrainedObject

    maintainPositionOffsets

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

    maintainRotationOffsets

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

    positionWeight

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

    rotationWeight

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

    sourceObjectA

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

    sourceObjectB

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

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

    IBlendConstraintData.sourceA

    Declaration
    Transform IBlendConstraintData.sourceA { get; }
    Returns
    Type Description
    Transform
    Implements
    IBlendConstraintData.sourceA

    IBlendConstraintData.sourceB

    Declaration
    Transform IBlendConstraintData.sourceB { get; }
    Returns
    Type Description
    Transform
    Implements
    IBlendConstraintData.sourceB

    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