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.
Declaration
public static void RegisterCompleteTimeline(TimelineAsset asset, string undoTitle)
Parameters
| Type | Name | Description |
|---|---|---|
| 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). |