public static Animations.AnimationClipPlayable PlayClip (Animator animator, AnimationClip clip, out Playables.PlayableGraph graph);

파라미터

animatorTarget Animator.
clipThe AnimationClip to create an AnimationClipPlayable for.
graphThe 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.