Version: 2018.4
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.