Class TimelineEditorWindow
Base class of the TimelineWindow.
Inherited Members
EditorWindow.ShowTab()
EditorWindow.GetWindow<T>()
EditorWindow.HasOpenInstances<T>()
EditorWindow.FocusWindowIfItsOpen<T>()
EditorWindow.GetWindowWithRect<T>(Rect)
EditorWindow.depthBufferBits
EditorWindow.antiAlias
Namespace: UnityEditor.Timeline
Assembly: solution.dll
Syntax
public abstract class TimelineEditorWindow : EditorWindow
Properties
Name | Description |
---|---|
locked | Retrieves and sets the Timeline Window lock state. When disabled (false), the window focus follows the Unity selection. |
navigator | Use this interface to navigate between Timelines and Sub-Timelines. (RO) |
playbackControls | Use this interface to control the playback behaviour of the Timeline window. (RO) |
Methods
Name | Description |
---|---|
ClearTimeline() | Clears the TimelineAsset that is shown in the TimelineWindow. |
SetTimeline(PlayableDirector) | Sets which TimelineAsset is shown in the TimelineWindow based on the PlayableDirector. |
SetTimeline(TimelineAsset) | Sets which TimelineAsset is shown in the TimelineWindow. |