This version of Unity is unsupported.

AnimationPlayableUtilities.Play

Declaration

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

Parameters

animator Target Animator.
playable The Playable that will be played.
graph The Graph that owns the Playable.

Description

Plays the Playable on the given Animator.