Method Execute
Execute(IEnumerable<TimelineClip>)
Execute the action based on clips.
선언
public abstract bool Execute(IEnumerable<TimelineClip> clips)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| IEnumerable<TimelineClip> | clips | clips that the action will act on. |
반환
| 타입 | 설명 |
|---|---|
| bool | Returns true if the action has been correctly executed, false otherwise. |