Interface IMultiAimConstraintData | Animation Rigging | 0.3.4-preview
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
    Boolean

    constrainedYAxis

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

    constrainedZAxis

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

    maintainOffset

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

    maxLimitFloatProperty

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

    minLimitFloatProperty

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

    offsetVector3Property

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

    sourceObjects

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

    sourceObjectsProperty

    Declaration
    string sourceObjectsProperty { get; }
    Property Value
    Type Description
    String
    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