This version of Unity is unsupported.

TrackAsset.OnCreateClip

Declaration

protected void OnCreateClip(Timeline.TimelineClip clip);

Parameters

clip The timeline clip added to this track.

Description

Called when a clip is created on a track. Use this method to set default values on a timeline clip, or on it's PlayableAsset.