Method InvokeWithSelectedClips
InvokeWithSelectedClips<T>()
Execute a given clip action with the selected clips.
선언
public static bool InvokeWithSelectedClips<T>() where T : ClipAction
반환
타입 | 설명 |
---|---|
bool | True if the action has been executed, false otherwise. |
타입 파라미터
이름 | 설명 |
---|---|
T | Action type to execute. |