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 | 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) |
playback |
Use this interface to control the playback behaviour of the Timeline window. (RO) |
Methods
Name | Description |
---|---|
Clear |
Clears the TimelineAsset that is shown in the TimelineWindow. |
Set |
Sets which TimelineAsset is shown in the TimelineWindow based on the PlayableDirector. |
Set |
Sets which TimelineAsset is shown in the TimelineWindow. |