Class TimelineEditor
Information currently being edited in the Timeline Editor Window.
Inherited Members
Namespace: UnityEditor .Timeline
Assembly: solution.dll
Syntax
public static class TimelineEditor
Properties
Name | Description |
---|---|
inspected |
The TimelineAsset currently being shown in the Timeline window. |
inspected |
The PlayableDirector associated with the timeline currently being shown in the Timeline window. |
master |
The TimelineAsset at the root of the hierarchy currently being shown in the Timeline window. |
master |
The PlayableDirector responsible for the playback of the timeline currently being shown in the Timeline window. |
playable |
The PlayableDirector currently being shown in the Timeline Editor Window. |
selected |
The clip selected in the TimelineEditor. |
selected |
The list of clips selected in the TimelineEditor. |
timeline |
The TimelineAsset currently being shown in the Timeline Editor Window. |
Methods
Name | Description |
---|---|
Get |
Converts time from the master timeline to the current inspected timeline. |
Get |
Converts time from the current inspected timeline to the master timeline. |
Get |
Returns a reference to the Timeline Window. If the window is not opened, it will be opened. |
Get |
Returns a reference to the Timeline Window. |
Refresh(Refresh |
Refreshes the different components affected by the currently inspected
Timeline
For better performance, it is recommended that you invoke this method once, after you modify the
Timeline |