Interface IWeightedAnimationJob | Animation Rigging | 1.0.3
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IWeightedAnimationJob

    This interface represents an animation job with a weight value.

    Inherited Members
    IAnimationJob.ProcessAnimation(AnimationStream)
    IAnimationJob.ProcessRootMotion(AnimationStream)
    Namespace: UnityEngine.Animations.Rigging
    Syntax
    public interface IWeightedAnimationJob : IAnimationJob

    Properties

    jobWeight

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

    Declaration
    FloatProperty jobWeight { get; set; }
    Property Value
    Type Description
    FloatProperty
    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