Version: 5.6
Experimental: this API is experimental and might be changed or removed in the future.

AnimationPlayableUtilities.PlayAnimatorController

マニュアルに切り替える
public static Experimental.Director.PlayableHandle PlayAnimatorController (Animator animator, RuntimeAnimatorController controller, out Experimental.Director.PlayableGraph graph);

パラメーター

animator Target Animator.
controller The RuntimeAnimatorController to create an AnimatorControllerPlayable for.
graph The created PlayableGraph.

戻り値

PlayableHandle 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.