PlayClip(Animator, AnimationClip, out PlayableGraph)
Creates a PlayableGraph to be played on the given Animator. An AnimationClipPlayable is also created for the given AnimationClip.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.AnimationModule
PlayClip(Animator, AnimationClip, PlayableGraph)
public static AnimationClipPlayable PlayClip(Animator animator, AnimationClip clip, out PlayableGraph graph)
Parameters
Returns
Type | Description |
|---|---|
| AnimationClipPlayable | A handle to the newly-created AnimationClipPlayable. |