docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct MultiReferentialConstraintData

    The MultiReferential constraint data.

    Implements
    IAnimationJobData
    IMultiReferentialConstraintData
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Animations.Rigging
    Assembly: Unity.Animation.Rigging.dll
    Syntax
    [Serializable]
    public struct MultiReferentialConstraintData : IAnimationJobData, IMultiReferentialConstraintData

    Properties

    driver

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

    Declaration
    public int driver { get; set; }
    Property Value
    Type Description
    int

    sourceObjects

    The list of Transforms that are affected by the specified driver.

    Declaration
    public List<Transform> sourceObjects { get; set; }
    Property Value
    Type Description
    List<Transform>

    Methods

    UpdateDriver()

    Updates the driver index to match the number of source objects.

    Declaration
    public void UpdateDriver()

    Implements

    IAnimationJobData
    IMultiReferentialConstraintData
    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)