Struct ActionContext
Action context to be used by actions.
Inherited Members
Namespace: UnityEditor.Timeline.Actions
Assembly: solution.dll
Syntax
public struct ActionContext
Fields
| Name | Description |
|---|---|
| director | The PlayableDirector that is used to play the current Timeline asset. |
| invocationTime | Time based on the position of the cursor on the timeline (in seconds). null if the time is not available (in case of a shortcut for example). |
| timeline | The Timeline asset that is currently opened in the Timeline window. |
Properties
| Name | Description |
|---|---|
| clips | Clips that will be used by the actions. |
| markers | Markers that will be used by the actions. |
| tracks | Tracks that will be used by the actions. |