AnimationMixerPlayable.Create
public static Animations.AnimationMixerPlayable Create(Playables.PlayableGraph graph,
int inputCount,
bool normalizeWeights);
Parameters
| graph | The PlayableGraph that will contain the new AnimationMixerPlayable. | |
| inputCount | The number of inputs that the mixer will update. | |
| normalizeWeights | True to force a weight normalization of the inputs. |
Returns
AnimationMixerPlayable A new AnimationMixerPlayable linked to the PlayableGraph.
Description 描述
Creates an AnimationMixerPlayable in the PlayableGraph.