Method Validate
Validate(IEnumerable<TimelineClip>)
Defines the validity of an Action for a given set of clips.
선언
public abstract ActionValidity Validate(IEnumerable<TimelineClip> clips)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| IEnumerable<TimelineClip> | clips | The clips that the action will act on. |
반환
| 타입 | 설명 |
|---|---|
| ActionValidity | The validity of the set of clips. |