Interface IMultiParentConstraintData | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IMultiParentConstraintData

    Namespace: UnityEngine.Animations.Rigging
    Syntax
    public interface IMultiParentConstraintData

    Properties

    constrainedObject

    Declaration
    Transform constrainedObject { get; }
    Property Value
    Type Description
    Transform

    constrainedPositionXAxis

    Declaration
    bool constrainedPositionXAxis { get; }
    Property Value
    Type Description
    System.Boolean

    constrainedPositionYAxis

    Declaration
    bool constrainedPositionYAxis { get; }
    Property Value
    Type Description
    System.Boolean

    constrainedPositionZAxis

    Declaration
    bool constrainedPositionZAxis { get; }
    Property Value
    Type Description
    System.Boolean

    constrainedRotationXAxis

    Declaration
    bool constrainedRotationXAxis { get; }
    Property Value
    Type Description
    System.Boolean

    constrainedRotationYAxis

    Declaration
    bool constrainedRotationYAxis { get; }
    Property Value
    Type Description
    System.Boolean

    constrainedRotationZAxis

    Declaration
    bool constrainedRotationZAxis { get; }
    Property Value
    Type Description
    System.Boolean

    maintainPositionOffset

    Declaration
    bool maintainPositionOffset { get; }
    Property Value
    Type Description
    System.Boolean

    maintainRotationOffset

    Declaration
    bool maintainRotationOffset { get; }
    Property Value
    Type Description
    System.Boolean

    sourceObjects

    Declaration
    Transform[] sourceObjects { get; }
    Property Value
    Type Description
    Transform[]

    sourceWeights

    Declaration
    float[] sourceWeights { get; }
    Property Value
    Type Description
    System.Single[]
    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