Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimationPlayableUtilities

Implements high-level utility methods to simplify use of the Playable API with Animations.
Read time 1 minuteLast updated 6 days ago

Definition

public static class AnimationPlayableUtilities

Static Methods

Method

Description

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.