Method RegisterClips
RegisterClips(IEnumerable<TimelineClip>, string, bool)
Records any changes done on the clips after being called.
선언
public static void RegisterClips(IEnumerable<TimelineClip> clips, string name, bool includePlayableAssets = true)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| IEnumerable<TimelineClip> | clips | The timeline clips being modified. |
| string | name | The title of the action to appear in the undo history (i.e. visible in the undo menu). |
| bool | includePlayableAssets | Set this value to true to also record changes on the attached playable assets. |