Interface IMultiReferentialConstraintData | Animation Rigging | 1.0.3
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IMultiReferentialConstraintData

    This interface defines the data mapping for the MultiReferential constraint.

    Namespace: UnityEngine.Animations.Rigging
    Syntax
    public interface IMultiReferentialConstraintData

    Properties

    driverIntProperty

    The path to the driver property in the constraint component.

    Declaration
    string driverIntProperty { get; }
    Property Value
    Type Description
    String

    driverValue

    The driver index. This is a value in between 0 and the number of sourceObjects.

    Declaration
    int driverValue { get; }
    Property Value
    Type Description
    Int32

    sourceObjects

    The list of Transforms that can act as drivers for the constrained Transform.

    Declaration
    Transform[] sourceObjects { get; }
    Property Value
    Type Description
    Transform[]
    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