Version: 2022.3
언어: 한국어

AnimationPlayableUtilities

class in UnityEngine.Playables

매뉴얼로 전환

설명

Implements high-level utility methods to simplify use of the Playable API with Animations.

정적 함수

PlayAnimatorControllerCreates a PlayableGraph to be played on the given Animator. An AnimatorControllerPlayable is also created for the given RuntimeAnimatorController.
PlayClipCreates a PlayableGraph to be played on the given Animator. An AnimationClipPlayable is also created for the given AnimationClip.
PlayLayerMixerCreates a PlayableGraph to be played on the given Animator. An AnimationLayerMixerPlayable is also created.
PlayMixerCreates a PlayableGraph to be played on the given Animator. An AnimationMixerPlayable is also created.