class in UnityEngine.Experimental.Director
Implements high-level utility methods to simplify use of the Playable API with Animations.
Play | Plays the Playable on the given Animator. |
PlayAnimatorController | Creates a PlayableGraph to be played on the given Animator. An AnimatorControllerPlayable is also created for the given RuntimeAnimatorController. |
PlayClip | Creates a PlayableGraph to be played on the given Animator. An AnimationClipPlayable is also created for the given AnimationClip. |
PlayMixer | Creates a PlayableGraph to be played on the given Animator. An AnimationMixerPlayable is also created. |