Struct MultiRotationConstraintData | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct MultiRotationConstraintData

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: UnityEngine.Animations.Rigging
    Syntax
    [Serializable]
    public struct MultiRotationConstraintData : IAnimationJobData, IMultiRotationConstraintData, IRigReferenceSync

    Properties

    constrainedObject

    Declaration
    public Transform constrainedObject { get; set; }
    Property Value
    Type Description
    Transform
    Implements
    IMultiRotationConstraintData.constrainedObject

    constrainedXAxis

    Declaration
    public bool constrainedXAxis { get; set; }
    Property Value
    Type Description
    System.Boolean
    Implements
    IMultiRotationConstraintData.constrainedXAxis

    constrainedYAxis

    Declaration
    public bool constrainedYAxis { get; set; }
    Property Value
    Type Description
    System.Boolean
    Implements
    IMultiRotationConstraintData.constrainedYAxis

    constrainedZAxis

    Declaration
    public bool constrainedZAxis { get; set; }
    Property Value
    Type Description
    System.Boolean
    Implements
    IMultiRotationConstraintData.constrainedZAxis

    maintainOffset

    Declaration
    public bool maintainOffset { get; set; }
    Property Value
    Type Description
    System.Boolean
    Implements
    IMultiRotationConstraintData.maintainOffset

    offset

    Declaration
    public Vector3 offset { get; set; }
    Property Value
    Type Description
    Vector3
    Implements
    IMultiRotationConstraintData.offset

    sourceObjects

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

    Methods

    MarkSourceWeightsDirty()

    Declaration
    public void MarkSourceWeightsDirty()

    Explicit Interface Implementations

    IAnimationJobData.IsValid()

    Declaration
    bool IAnimationJobData.IsValid()
    Returns
    Type Description
    System.Boolean
    Implements
    IAnimationJobData.IsValid()

    IAnimationJobData.SetDefaultValues()

    Declaration
    void IAnimationJobData.SetDefaultValues()
    Implements
    IAnimationJobData.SetDefaultValues()

    IMultiRotationConstraintData.sourceObjects

    Declaration
    Transform[] IMultiRotationConstraintData.sourceObjects { get; }
    Returns
    Type Description
    Transform[]
    Implements
    IMultiRotationConstraintData.sourceObjects

    IMultiRotationConstraintData.sourceWeights

    Declaration
    float[] IMultiRotationConstraintData.sourceWeights { get; }
    Returns
    Type Description
    System.Single[]
    Implements
    IMultiRotationConstraintData.sourceWeights

    IRigReferenceSync.allReferences

    Declaration
    JobTransform[] IRigReferenceSync.allReferences { get; }
    Returns
    Type Description
    JobTransform[]
    Implements
    IRigReferenceSync.allReferences
    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