Method Execute
Execute(IEnumerable<TimelineClip>)
Execute the action based on clips.
Declaration
public abstract bool Execute(IEnumerable<TimelineClip> clips)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<TimelineClip> | clips | clips that the action will act on. |
Returns
Type | Description |
---|---|
bool | Returns true if the action has been correctly executed, false otherwise. |