Interface IWeightedAnimationJob
This interface represents an animation job with a weight value.
Inherited Members
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 |