This version of Unity is unsupported.

AnimationTrack.CreateRecordableClip

Declaration

public Timeline.TimelineClip CreateRecordableClip(string animClipName);

Parameters

animClipName The name of the animation clip to create.

Returns

TimelineClip Returns a new TimelineClip with an AnimationPlayableAsset asset attached.

Description

Creates a TimelineClip, AnimationPlayableAsset and an AnimationClip. Use this clip to record in a timeline.

Note: This method is only available in the Editor.