Version: 2018.2

AnimationTrack.CreateRecordableClip

Switch to Manual
public Timeline.TimelineClip CreateRecordableClip (string animClipName);

Parameters

animClipNameThe 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.