Version: 2017.1

AnimationMixerPlayable.Create(PlayableGraph,Int32,Boolean)

切换到手册

参数

graph The PlayableGraph object that will own the AnimationMixerPlayable.
inputCount 混合器将更新的输入数量。
normalizeWeights Set to true if you want the system to force a weight normalization of the inputs. If true, the sum of all the inputs weights will always be 1.0.

返回

void A AnimationMixerPlayable linked to the PlayableGraph.

描述

PlayableGraph 中创建 AnimationMixerPlayable