Create(PlayableGraph, int)
Creates an AnimationMixerPlayable in the PlayableGraph.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public static AnimationMixerPlayable Create(PlayableGraph graph, int inputCount = 0)
Parameters
The PlayableGraph that will contain the new AnimationMixerPlayable.
The number of inputs that the mixer will update.
Returns
Type | Description |
|---|---|
| AnimationMixerPlayable | Returns a new AnimationMixerPlayable linked to the PlayableGraph. |