Version: 2022.3
言語: 日本語
public static Animations.AnimatorControllerPlayable PlayAnimatorController (Animator animator, RuntimeAnimatorController controller, out Playables.PlayableGraph graph);

パラメーター

animator Target Animator.
controller The RuntimeAnimatorController to create an AnimatorControllerPlayable for.
graph The 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.