public Timeline.TimelineClip CreateRecordableClip (string animClipName);

파라미터

animClipNameThe name of the animation clip to create.

반환

TimelineClip Returns a new TimelineClip with an AnimationPlayableAsset asset attached.

설명

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

Note: This method is only available in the Editor.