AnimationPlayableUtilities.PlayLayerMixer

Declaration

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

Parameters

animator Target Animator.
inputCount The input count for the AnimationLayerMixerPlayable. Defines the number of layers.
graph The created PlayableGraph.

Returns

AnimationLayerMixerPlayable A handle to the newly-created AnimationLayerMixerPlayable.

Description

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


Did you find this page useful? Please give it a rating: