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

    Interface IMultiAimConstraintData

    Namespace: UnityEngine.Animations.Rigging
    Syntax
    public interface IMultiAimConstraintData

    Properties

    aimAxis

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

    constrainedObject

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

    constrainedXAxis

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

    constrainedYAxis

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

    constrainedZAxis

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

    limits

    Declaration
    Vector2 limits { get; }
    Property Value
    Type Description
    Vector2

    maintainOffset

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

    offset

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

    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