Enum TimelineClip.BlendCurveMode
How blend curves are treated in an overlap
Namespace: UnityEngine.Timeline
Syntax
public enum BlendCurveMode
Fields
Name | Description | Value |
---|---|---|
Auto | The curve is normalized against the opposing clip |
0 |
Manual | The blend curve is fixed. |
1 |