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.

AnimationMixerPlayable.Create

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

Parameters

graphThe PlayableGraph that will contain the new AnimationMixerPlayable.
inputCountThe number of inputs that the mixer will update.
normalizeWeightsTrue to force a weight normalization of the inputs.

Returns

AnimationMixerPlayable A new AnimationMixerPlayable linked to the PlayableGraph.

Description

Creates an AnimationMixerPlayable in the PlayableGraph.