Method OnCreate
OnCreate(TrackAsset, TrackAsset)
Callback for when a track is created.
선언
public virtual void OnCreate(TrackAsset track, TrackAsset copiedFrom)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TrackAsset | track | The track that is created. |
TrackAsset | copiedFrom | The source that the track is copied from. This can be set to null if the track is not a copy. |