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.

AnimationPlayableOutput

struct in UnityEngine.Animations


Implements interfaces:IPlayableOutput

Description

A IPlayableOutput implementation that connects the PlayableGraph to an Animator in the scene.

NOTE: You can use PlayableOutputExtensions methods on AnimationPlayableOutput objects.

Public Methods

GetTargetReturns the Animator that plays the animation graph.
SetTargetSets the Animator that plays the animation graph.

Static Methods

CreateCreates an AnimationPlayableOutput in the PlayableGraph.