Method SetTimeline
SetTimeline(TimelineAsset)
Allows setting which TimelineAsset is shown in the TimelineWindow.
선언
public abstract void SetTimeline(TimelineAsset sequence)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TimelineAsset | sequence | The asset to show. |
참고
Calling this method will put the window in asset edit mode and certain features might be missing (eg: timeline cannot be evaluated, bindings will not be available, etc). Ignores window lock mode. Calling with null, will clear the displayed timeline.
SetTimeline(PlayableDirector)
Allows setting which TimelineAsset is shown in the TimelineWindow and which PlayableDirector is used to evaluate it.
선언
public abstract void SetTimeline(PlayableDirector director)
파라미터
타입 | 이름 | 설명 |
---|---|---|
PlayableDirector | director | The PlayableDirector who's timeline should be shown. |
참고
Ignores window lock mode. Calling with null, will clear the displayed timeline.