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