Class TimelineSequence
A TimelineSequence is a Sequence object associated with a TimelineAsset. This is the main object used in the MasterSequence asset to define an editorial hierarchy of sequences.
Inherited Members
Namespace: UnityEngine.Sequences
Assembly: Unity.Sequences.dll
Syntax
[Serializable]
public class TimelineSequence : Sequence
Properties
timeline
Gets the Sequence timeline.
Declaration
public TimelineAsset timeline { get; }
Property Value
Type | Description |
---|---|
TimelineAsset |