Version: 2022.3
언어: 한국어
public static Animations.AnimationLayerMixerPlayable PlayLayerMixer (Animator animator, int inputCount, out Playables.PlayableGraph graph);

파라미터

animator Target Animator.
inputCount The input count for the AnimationLayerMixerPlayable. Defines the number of layers.
graph The 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.