Version: 2019.2
public static Animations.AnimationLayerMixerPlayable PlayLayerMixer (Animator animator, int inputCount, out Playables.PlayableGraph graph);

パラメーター

animatorTarget Animator.
inputCountThe input count for the AnimationLayerMixerPlayable. Defines the number of layers.
graphThe created PlayableGraph.

戻り値

AnimationLayerMixerPlayable A handle to the newly-created AnimationLayerMixerPlayable.

説明

Creates a PlayableGraph to be played on the given Animator. An AnimationLayerMixerPlayable is also created.