Method RegisterTracks
RegisterTracks(IEnumerable<TrackAsset>, string)
Records any changes done on the tracks after being called, including any changes to clips on the tracks, but not on markers or PlayableAssets attached to the clips.
선언
public static void RegisterTracks(IEnumerable<TrackAsset> tracks, string undoTitle)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| IEnumerable<TrackAsset> | tracks | The timeline track being modified. |
| string | undoTitle | The title of the action to appear in the undo history (i.e. visible in the undo menu). |