public static Animations.AnimationMixerPlayable PlayMixer (Animator animator, int inputCount, out Playables.PlayableGraph graph);

Parámetros

animatorTarget Animator.
inputCountThe input count for the AnimationMixerPlayable.
graphThe created PlayableGraph.

Valor de retorno

AnimationMixerPlayable A handle to the newly-created AnimationMixerPlayable.

Descripción

Creates a PlayableGraph to be played on the given Animator. An AnimationMixerPlayable is also created.