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

パラメーター

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.

戻り値

AnimationMixerPlayable A new AnimationMixerPlayable linked to the PlayableGraph.

説明

Creates an AnimationMixerPlayable in the PlayableGraph.