Method InvokeWithSelected
InvokeWithSelected<T>()
Execute a given timeline action with the selected clips, tracks and markers.
Declaration
public static bool InvokeWithSelected<T>() where T : TimelineAction
Returns
| Type | Description |
|---|---|
| bool | True if the action has been executed, false otherwise. |
Type Parameters
| Name | Description |
|---|---|
| T | Action type to execute. |