AnimationPlayableUtilities.PlayMixer
public static Animations.AnimationMixerPlayable PlayMixer(Animator animator,
int inputCount,
out Playables.PlayableGraph graph);
Parameters
| animator | Target Animator. | |
| inputCount | The input count for the AnimationMixerPlayable. | |
| graph | The created PlayableGraph. |
Returns
AnimationMixerPlayable A handle to the newly-created AnimationMixerPlayable.
Description 描述
Creates a PlayableGraph to be played on the given Animator. An AnimationMixerPlayable is also created.