AnimationTrack.CreateRecordableClip

Cambiar al Manual
public Timeline.TimelineClip CreateRecordableClip (string animClipName);

Parámetros

animClipNameThe name of the animation clip to create.

Valor de retorno

TimelineClip Returns a new TimelineClip with an AnimationPlayableAsset asset attached.

Descripción

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

Note: This method is only available in the Editor.