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