AnimationPlayableUtilities
Implements high-level utility methods to simplify use of the Playable API with Animations.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.AnimationModule
public static class AnimationPlayableUtilities
Static Methods
Method | Description |
|---|---|
| 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. |