LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

AnimationPlayableUtilities.PlayLayerMixer

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

Parameters

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

Returns

AnimationLayerMixerPlayable A handle to the newly-created AnimationLayerMixerPlayable.

Description

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