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

    Struct TwistChainConstraintJob

    Namespace: UnityEngine.Animations.Rigging
    Syntax
    public struct TwistChainConstraintJob : IWeightedAnimationJob, IAnimationJob

    Fields

    chain

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

    rootTarget

    Declaration
    public ReadWriteTransformHandle rootTarget
    Field Value
    Type Description
    ReadWriteTransformHandle

    rotations

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

    steps

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

    tipTarget

    Declaration
    public ReadWriteTransformHandle tipTarget
    Field Value
    Type Description
    ReadWriteTransformHandle

    weights

    Declaration
    public NativeArray<float> weights
    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