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

Parámetros

animatorTarget Animator.
inputCountThe input count for the AnimationLayerMixerPlayable. Defines the number of layers.
graphThe created PlayableGraph.

Valor de retorno

AnimationLayerMixerPlayable A handle to the newly-created AnimationLayerMixerPlayable.

Descripción

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