PlayLayerMixer(Animator, int, out PlayableGraph)
Creates a PlayableGraph to be played on the given Animator. An AnimationLayerMixerPlayable is also created.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.AnimationModule
PlayLayerMixer(Animator, int, PlayableGraph)
public static AnimationLayerMixerPlayable PlayLayerMixer(Animator animator, int inputCount, out PlayableGraph graph)
Parameters
Target Animator.
The input count for the AnimationLayerMixerPlayable. Defines the number of layers.
The created PlayableGraph.
Returns
Type | Description |
|---|---|
| AnimationLayerMixerPlayable | A handle to the newly-created AnimationLayerMixerPlayable. |