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

AnimationPlayableUtilities

class in UnityEngine.Experimental.Director

マニュアルに切り替える

説明

Implements high-level utility methods to simplify use of the Playable API with Animations.

Static 関数

PlayPlays the Playable on the given Animator.
PlayAnimatorControllerCreates a PlayableGraph to be played on the given Animator. An AnimatorControllerPlayable is also created for the given RuntimeAnimatorController.
PlayClipCreates a PlayableGraph to be played on the given Animator. An AnimationClipPlayable is also created for the given AnimationClip.
PlayMixerCreates a PlayableGraph to be played on the given Animator. An AnimationMixerPlayable is also created.