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