docs.unity.cn
    Show / Hide Table of Contents

    Interface IWeightedAnimationJob

    This interface represents an animation job with a weight value.

    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 © 2020 Unity Technologies
    Generated by DocFX
    on Tuesday, August 24, 2021