docs.unity.cn
    Show / Hide Table of Contents

    Struct MultiParentInverseConstraintJob

    The MultiParent inverse constraint job.

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

    Fields

    driven

    The Transform handle for the constrained object Transform.

    Declaration
    public ReadOnlyTransformHandle driven
    Field Value
    Type Description
    ReadOnlyTransformHandle

    drivenParent

    The Transform handle for the constrained object parent Transform.

    Declaration
    public ReadOnlyTransformHandle drivenParent
    Field Value
    Type Description
    ReadOnlyTransformHandle

    sourceOffsets

    List of offsets to apply to source rotations if maintainOffset is enabled.

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

    sourceTransforms

    List of Transform handles for the source objects.

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

    sourceWeights

    List of weights for the source objects.

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

    Properties

    jobWeight

    The main weight given to the constraint. This is a value in between 0 and 1.

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

    Methods

    ProcessAnimation(AnimationStream)

    Defines what to do when processing the animation.

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

    The animation stream to work on.

    ProcessRootMotion(AnimationStream)

    Defines what to do when processing the root motion.

    Declaration
    public void ProcessRootMotion(AnimationStream stream)
    Parameters
    Type Name Description
    AnimationStream stream

    The animation stream to work on.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Tuesday, August 24, 2021