AnimationPlayableOutput

struct in UnityEngine.Animations


Implements interfaces:IPlayableOutput

Switch to Manual

Description

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

NOTE: You can use PlayableOutputExtensions methods on AnimationPlayableOutput objects.

Public Functions

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

Static Functions

CreateCreates an AnimationPlayableOutput in the PlayableGraph.