Method RegisterMarkers
RegisterMarkers(IEnumerable<IMarker>, string)
Records any changes done on the Timeline Markers after being called.
선언
public static void RegisterMarkers(IEnumerable<IMarker> markers, string undoTitle)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| IEnumerable<IMarker> | markers | 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). |