Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

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.

Did you find this page useful? Please give it a rating: