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

参数

graph 将包含新 AnimationMixerPlayablePlayableGraph
inputCount 混合器将更新的输入数量。
normalizeWeights 设置为 true 可强制执行输入权重标准化。

返回

AnimationMixerPlayable 链接到 PlayableGraph 的新 AnimationMixerPlayable

描述

PlayableGraph 中创建 AnimationMixerPlayable