Class AnimationPlayableUtilities
  
  
  
  
    Inheritance
    
    AnimationPlayableUtilities
   
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public static class AnimationPlayableUtilities
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Play(Animator, Playable, PlayableGraph)
  
  
  Declaration
  
    public static void Play(Animator animator, Playable playable, PlayableGraph graph)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PlayAnimatorController(Animator, RuntimeAnimatorController, out PlayableGraph)
  
  
  Declaration
  
    public static AnimatorControllerPlayable PlayAnimatorController(Animator animator, RuntimeAnimatorController controller, out PlayableGraph graph)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PlayClip(Animator, AnimationClip, out PlayableGraph)
  
  
  Declaration
  
    public static AnimationClipPlayable PlayClip(Animator animator, AnimationClip clip, out PlayableGraph graph)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PlayLayerMixer(Animator, Int32, out PlayableGraph)
  
  
  Declaration
  
    public static AnimationLayerMixerPlayable PlayLayerMixer(Animator animator, int inputCount, out PlayableGraph graph)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PlayMixer(Animator, Int32, out PlayableGraph)
  
  
  Declaration
  
    public static AnimationMixerPlayable PlayMixer(Animator animator, int inputCount, out PlayableGraph graph)
   
  Parameters
  
  Returns