Method GetBreadcrumbs
GetBreadcrumbs()
Gets the collection of SequenceContexts associated with the breadcrumbs shown in the TimelineEditorWindow.
Declaration
public IEnumerable<SequenceContext> GetBreadcrumbs()
Returns
Type | Description |
---|---|
IEnumerable<SequenceContext> | The collection of SequenceContexts associated with the breadcrumbs shown in the TimelineEditorWindow, from the root context to the current context. |
Remarks
This operation can be expensive. Consider caching the results instead of calling the method multiple times.
Exceptions
Type | Condition |
---|---|
InvalidOperationException | The Window associated to this instance has been destroyed. |