This version of Unity is unsupported.

TrackAsset.CreateClip

Declaration

public Timeline.TimelineClip CreateClip();

Returns

TimelineClip A TimelineClip whose asset is of type T.

Description

Creates a clip on the track with a custom playable asset attached, whose type is specified by T. Throws an InvalidOperationException if the specified type is not supported by the track.