Interface IWeightProvider
Provides an access to a weight value.
Namespace: UnityEngine.Animations.Rigging
Syntax
public interface IWeightProvider
Properties
weight
Weight. This is a number in between 0 and 1.
Declaration
float weight { get; set; }
Property Value
Type | Description |
---|---|
Single |