Method OnCreate
OnCreate(TrackAsset, TrackAsset)
Callback for when a track is created.
Declaration
public virtual void OnCreate(TrackAsset track, TrackAsset copiedFrom)
Parameters
Type | Name | Description |
---|---|---|
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. |