Method RegisterCompleteTimeline
RegisterCompleteTimeline(TimelineAsset, string)
Records any changes done on the timeline after being called, including any changes to any clips, tracks and markers that occur on the timeline.
선언
public static void RegisterCompleteTimeline(TimelineAsset asset, string undoTitle)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| TimelineAsset | asset | The timeline asset being modified. |
| string | undoTitle | The title of the action to appear in the undo history (i.e. visible in the undo menu). |