Class Invoker
Class containing methods to invoke actions.
Inherited Members
Namespace: UnityEditor.Timeline.Actions
Assembly: solution.dll
Syntax
public static class Invoker
Methods
Name | Description |
---|---|
InvokeWithSelectedClips<T>() | Execute a given clip action with the selected clips. |
InvokeWithSelectedMarkers<T>() | Execute a given marker action with the selected markers. |
InvokeWithSelectedTracks<T>() | Execute a given track action with the selected tracks. |
InvokeWithSelected<T>() | Execute a given timeline action with the selected clips, tracks and markers. |
Invoke<T>(IEnumerable<IMarker>) | Execute a given action with markers |
Invoke<T>(IEnumerable<TimelineClip>) | Execute a given action with clips |
Invoke<T>(IEnumerable<TrackAsset>) | Execute a given action with tracks |
Invoke<T>(ActionContext) | Execute a given action with a context parameter. |