docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IMultiReferentialConstraintData

    This interface defines the data mapping for the MultiReferential constraint.

    Namespace: UnityEngine.Animations.Rigging
    Assembly: Unity.Animation.Rigging.dll
    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
    int

    sourceObjects

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

    Declaration
    Transform[] sourceObjects { get; }
    Property Value
    Type Description
    Transform[]
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)