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