Class TimelineEditorWindow
Base class of the TimelineWindow.
상속된 멤버
네임스페이스: UnityEditor.Timeline
어셈블리: solution.dll
구문
public abstract class TimelineEditorWindow : EditorWindow
프로퍼티
| 이름 | 설명 |
|---|---|
| locked | Allows retrieving and and setting the Timeline Window lock state. When the lock is off, the window focus follows the Unity selection. |
| navigator | Interface used to navigate between Timelines and SubTimelines. (RO) |
메서드
| 이름 | 설명 |
|---|---|
| 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. |