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