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