Show / Hide Table of Contents

Class AnimationPlayableUtilities

Inheritance
Object
AnimationPlayableUtilities
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Playables
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
Type Name Description
Animator animator
Playable playable
PlayableGraph graph
| Improve this Doc View Source

PlayAnimatorController(Animator, RuntimeAnimatorController, out PlayableGraph)

Declaration
public static AnimatorControllerPlayable PlayAnimatorController(Animator animator, RuntimeAnimatorController controller, out PlayableGraph graph)
Parameters
Type Name Description
Animator animator
RuntimeAnimatorController controller
PlayableGraph graph
Returns
Type Description
AnimatorControllerPlayable
| Improve this Doc View Source

PlayClip(Animator, AnimationClip, out PlayableGraph)

Declaration
public static AnimationClipPlayable PlayClip(Animator animator, AnimationClip clip, out PlayableGraph graph)
Parameters
Type Name Description
Animator animator
AnimationClip clip
PlayableGraph graph
Returns
Type Description
AnimationClipPlayable
| Improve this Doc View Source

PlayLayerMixer(Animator, Int32, out PlayableGraph)

Declaration
public static AnimationLayerMixerPlayable PlayLayerMixer(Animator animator, int inputCount, out PlayableGraph graph)
Parameters
Type Name Description
Animator animator
Int32 inputCount
PlayableGraph graph
Returns
Type Description
AnimationLayerMixerPlayable
| Improve this Doc View Source

PlayMixer(Animator, Int32, out PlayableGraph)

Declaration
public static AnimationMixerPlayable PlayMixer(Animator animator, int inputCount, out PlayableGraph graph)
Parameters
Type Name Description
Animator animator
Int32 inputCount
PlayableGraph graph
Returns
Type Description
AnimationMixerPlayable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX