Enum TimelineAsset.DurationMode
How the duration of the timeline is determined.
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
public enum TimelineAsset.DurationMode
필드
이름 | 설명 |
---|---|
BasedOnClips | The duration of the timeline is determined based on the clips present. |
FixedLength | The duration of the timeline is a fixed length. |