AnimationLayerMixerPlayable.Create
public static Animations.AnimationLayerMixerPlayable Create(Playables.PlayableGraph graph,
int inputCount);
Parameters
| graph | The PlayableGraph that will contain the new AnimationLayerMixerPlayable. | |
| inputCount | The number of layers. |
Returns
AnimationLayerMixerPlayable A new AnimationLayerMixerPlayable linked to the PlayableGraph.
Description 描述
Creates an AnimationLayerMixerPlayable in the PlayableGraph.