Class TimelineEditorWindow
Base class of the TimelineWindow.
Inherited Members
Namespace: UnityEditor.Timeline
Assembly: solution.dll
Syntax
public abstract class TimelineEditorWindow : EditorWindow
Properties
Name | Description |
---|---|
locked | Allows retrieving and and setting the Timeline Window lock state. When the lock is off, the window focus follows the Unity selection. |
Methods
Name | Description |
---|---|
ClearTimeline() | Allows clearing the TimelineAsset that is shown in the TimelineWindow. |
SetTimeline(PlayableDirector) | Allows setting which TimelineAsset is shown in the TimelineWindow and which PlayableDirector is used to evaluate it. |
SetTimeline(TimelineAsset) | Allows setting which TimelineAsset is shown in the TimelineWindow. |