Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PlayMixer(Animator, int, out PlayableGraph)

Creates a PlayableGraph to be played on the given Animator. An AnimationMixerPlayable is also created.
Read time 1 minuteLast updated 13 days ago

Definition

PlayMixer(Animator, int, PlayableGraph)

public static AnimationMixerPlayable PlayMixer(Animator animator, int inputCount, out PlayableGraph graph)

Parameters

animator

Target Animator.

inputCount

The input count for the AnimationMixerPlayable.

The created PlayableGraph.

Returns

Type

Description

AnimationMixerPlayableA handle to the newly-created AnimationMixerPlayable.