Method GetBreadcrumbs
GetBreadcrumbs()
Gets the collection of SequenceContexts associated with the breadcrumbs shown in the TimelineEditorWindow.
선언
public IEnumerable<SequenceContext> GetBreadcrumbs()
반환
타입 | 설명 |
---|---|
IEnumerable<SequenceContext> | The collection of SequenceContexts associated with the breadcrumbs shown in the TimelineEditorWindow, from the root context to the current context. |
참고
This operation can be expensive. Consider caching the results instead of calling the method multiple times.
예외
타입 | 조건 |
---|---|
InvalidOperationException | The Window associated to this instance has been destroyed. |