Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

AnimationPlayableOutput

struct in UnityEngine.Animations

/

Implemented in:UnityEngine.AnimationModule


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

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

Static Methods

Description
CreateCreates an AnimationPlayableOutput in the PlayableGraph.