Version: 2022.3
言語: 日本語
public static Animations.AnimationClipPlayable PlayClip (Animator animator, AnimationClip clip, out Playables.PlayableGraph graph);

パラメーター

animator Target Animator.
clip The AnimationClip to create an AnimationClipPlayable for.
graph The created PlayableGraph.

戻り値

AnimationClipPlayable A handle to the newly-created AnimationClipPlayable.

説明

Creates a PlayableGraph to be played on the given Animator. An AnimationClipPlayable is also created for the given AnimationClip.