public static Animations.AnimatorControllerPlayable PlayAnimatorController (Animator animator, RuntimeAnimatorController controller, out Playables.PlayableGraph graph);

파라미터

animatorTarget Animator.
controllerThe RuntimeAnimatorController to create an AnimatorControllerPlayable for.
graphThe created PlayableGraph.

반환

AnimatorControllerPlayable A handle to the newly-created AnimatorControllerPlayable.

설명

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