Method Validate
Validate(IEnumerable<TimelineClip>)
Defines the validity of an Action for a given set of clips.
Declaration
public abstract ActionValidity Validate(IEnumerable<TimelineClip> clips)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<TimelineClip> | clips | The clips that the action will act on. |
Returns
| Type | Description |
|---|---|
| ActionValidity | The validity of the set of clips. |