docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IMultiAimConstraintData

    This interface defines the data mapping for the MultiAim constraint.

    Namespace: UnityEngine.Animations.Rigging
    Assembly: Unity.Animation.Rigging.dll
    Syntax
    public interface IMultiAimConstraintData

    Properties

    aimAxis

    Specifies the local aim axis of the constrained Transform to use in order to orient itself to the Source Transforms.

    Declaration
    Vector3 aimAxis { get; }
    Property Value
    Type Description
    Vector3

    constrainedObject

    The Transform affected by the constraint Source Transforms.

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

    constrainedXAxis

    Toggles whether the constrained Transform will rotate along the X axis.

    Declaration
    bool constrainedXAxis { get; }
    Property Value
    Type Description
    bool

    constrainedYAxis

    Toggles whether the constrained Transform will rotate along the Y axis.

    Declaration
    bool constrainedYAxis { get; }
    Property Value
    Type Description
    bool

    constrainedZAxis

    Toggles whether the constrained Transform will rotate along the Z axis.

    Declaration
    bool constrainedZAxis { get; }
    Property Value
    Type Description
    bool

    maintainOffset

    This is used to maintain the current rotation offset from the constrained GameObject to the source GameObjects.

    Declaration
    bool maintainOffset { get; }
    Property Value
    Type Description
    bool

    maxLimitFloatProperty

    The path to the maximum limit property in the constraint component.

    Declaration
    string maxLimitFloatProperty { get; }
    Property Value
    Type Description
    string

    minLimitFloatProperty

    The path to the minimum limit property in the constraint component.

    Declaration
    string minLimitFloatProperty { get; }
    Property Value
    Type Description
    string

    offsetVector3Property

    The path to the offset property in the constraint component.

    Declaration
    string offsetVector3Property { get; }
    Property Value
    Type Description
    string

    sourceObjects

    The list of Transforms that influence the constrained Transform orientation. Each source has a weight from 0 to 1.

    Declaration
    WeightedTransformArray sourceObjects { get; }
    Property Value
    Type Description
    WeightedTransformArray

    sourceObjectsProperty

    The path to the source objects property in the constraint component.

    Declaration
    string sourceObjectsProperty { get; }
    Property Value
    Type Description
    string

    upAxis

    Specified the local up axis of the constrained Transform to use in order to orient itself to the Source Transforms.

    Declaration
    Vector3 upAxis { get; }
    Property Value
    Type Description
    Vector3

    worldUpAxis

    A static vector in world coordinates that is the general upward direction. This is used when World Up Type is set to WorldUpType.Vector.

    Declaration
    Vector3 worldUpAxis { get; }
    Property Value
    Type Description
    Vector3

    worldUpObject

    The Transform used to calculate the upward direction. This is used when World Up Type is set to WorldUpType.ObjectUp or WorldUpType.ObjectRotationUp.

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

    worldUpType

    Specifies which mode to use to keep the upward direction of the constrained Object.

    Declaration
    int worldUpType { get; }
    Property Value
    Type Description
    int
    See Also
    MultiAimConstraintJob.WorldUpType
    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)