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

Parámetros

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.

Valor de retorno

AnimationMixerPlayable A new AnimationMixerPlayable linked to the PlayableGraph.

Descripción

Creates an AnimationMixerPlayable in the PlayableGraph.