This version of Unity is unsupported.

AnimationMixerPlayable.Create

Declaration

public static Animations.AnimationMixerPlayable Create(Playables.PlayableGraph graph, int inputCount);

Parameters

graph The PlayableGraph that will contain the new AnimationMixerPlayable.
inputCount The number of inputs that the mixer will update.

Returns

AnimationMixerPlayable Returns a new AnimationMixerPlayable linked to the PlayableGraph.

Description

Creates an AnimationMixerPlayable in the PlayableGraph.