LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

AnimationPlayableUtilities.Play

public static void Play(Animator animator, Playables.Playable playable, Playables.PlayableGraph graph);

Parameters

animatorTarget Animator.
playableThe Playable that will be played.
graphThe Graph that owns the Playable.

Description

Plays the Playable on the given Animator.