Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimationPlayableOutput

A IPlayableOutput implementation that connects the PlayableGraph to an Animator in the Scene.
Read time 1 minuteLast updated 11 days ago

Definition

public struct AnimationPlayableOutput : IPlayableOutput

Remarks

NOTE: You can use PlayableOutputExtensions methods on AnimationPlayableOutput objects.

Methods

Method

Description

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

Static Methods

Method

Description

CreateCreates an AnimationPlayableOutput in the PlayableGraph.