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

    Struct BlendConstraintJob

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

    Fields

    blendPosition

    Declaration
    public BoolProperty blendPosition
    Field Value
    Type Description
    BoolProperty

    blendRotation

    Declaration
    public BoolProperty blendRotation
    Field Value
    Type Description
    BoolProperty

    driven

    Declaration
    public ReadWriteTransformHandle driven
    Field Value
    Type Description
    ReadWriteTransformHandle

    k_BlendRotationMask

    Declaration
    public const int k_BlendRotationMask = 2
    Field Value
    Type Description
    Int32

    k_BlendTranslationMask

    Declaration
    public const int k_BlendTranslationMask = 1
    Field Value
    Type Description
    Int32

    positionWeight

    Declaration
    public FloatProperty positionWeight
    Field Value
    Type Description
    FloatProperty

    rotationWeight

    Declaration
    public FloatProperty rotationWeight
    Field Value
    Type Description
    FloatProperty

    sourceA

    Declaration
    public ReadOnlyTransformHandle sourceA
    Field Value
    Type Description
    ReadOnlyTransformHandle

    sourceAOffset

    Declaration
    public AffineTransform sourceAOffset
    Field Value
    Type Description
    AffineTransform

    sourceB

    Declaration
    public ReadOnlyTransformHandle sourceB
    Field Value
    Type Description
    ReadOnlyTransformHandle

    sourceBOffset

    Declaration
    public AffineTransform sourceBOffset
    Field Value
    Type Description
    AffineTransform

    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