class in UnityEngine.Playables
/
Implemented in:UnityEngine.AnimationModule
Implements high-level utility methods to simplify use of the Playable API with Animations.
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. |
PlayLayerMixer | Creates a PlayableGraph to be played on the given Animator. An AnimationLayerMixerPlayable is also created. |
PlayMixer | Creates a PlayableGraph to be played on the given Animator. An AnimationMixerPlayable is also created. |