Enum TimelineAsset.DurationMode
How the duration of the timeline is determined.
Namespace: UnityEngine.Timeline
Syntax
public enum DurationMode
Fields
Name | Description | Value |
---|---|---|
BasedOnClips | The duration of the timeline is determined based on the clips present. |
0 |
FixedLength | The duration of the timeline is a fixed length. |
1 |