Struct MultiRotationInverseConstraintJob | Animation Rigging | 0.3.4-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Struct MultiRotationInverseConstraintJob

    Namespace: UnityEditor.Animations.Rigging
    Syntax
    public struct MultiRotationInverseConstraintJob : IWeightedAnimationJob, IAnimationJob

    Fields

    driven

    Declaration
    public ReadOnlyTransformHandle driven
    Field Value
    Type Description
    ReadOnlyTransformHandle

    drivenOffset

    Declaration
    public Vector3Property drivenOffset
    Field Value
    Type Description
    Vector3Property

    drivenParent

    Declaration
    public ReadOnlyTransformHandle drivenParent
    Field Value
    Type Description
    ReadOnlyTransformHandle

    sourceOffsets

    Declaration
    public NativeArray<Quaternion> sourceOffsets
    Field Value
    Type Description
    NativeArray<Quaternion>

    sourceTransforms

    Declaration
    public NativeArray<ReadWriteTransformHandle> sourceTransforms
    Field Value
    Type Description
    NativeArray<ReadWriteTransformHandle>

    sourceWeights

    Declaration
    public NativeArray<PropertyStreamHandle> sourceWeights
    Field Value
    Type Description
    NativeArray<PropertyStreamHandle>

    weightBuffer

    Declaration
    public NativeArray<float> weightBuffer
    Field Value
    Type Description
    NativeArray<Single>

    Properties

    jobWeight

    Declaration
    public FloatProperty jobWeight { get; set; }
    Property Value
    Type Description
    FloatProperty
    Implements
    IWeightedAnimationJob.jobWeight

    Methods

    ProcessAnimation(AnimationStream)

    Declaration
    public void ProcessAnimation(AnimationStream stream)
    Parameters
    Type Name Description
    AnimationStream stream
    Implements
    IAnimationJob.ProcessAnimation(AnimationStream)

    ProcessRootMotion(AnimationStream)

    Declaration
    public void ProcessRootMotion(AnimationStream stream)
    Parameters
    Type Name Description
    AnimationStream stream
    Implements
    IAnimationJob.ProcessRootMotion(AnimationStream)
    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