Method RegisterMarker
RegisterMarker(IMarker, string)
Records any changes done on the Timeline Marker after being called.
Declaration
public static void RegisterMarker(IMarker marker, string undoTitle)
Parameters
| Type | Name | Description |
|---|---|---|
| IMarker | marker | 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). |