Version: 2017.1

AnimationPlayableOutput.Create(PlayableGraph,String,Animator)

Switch to Manual

Parameters

graph The PlayableGraph object that will own the AnimationPlayableOutput.
name The name of output.
target The target that will Play the AnimationPlayableOutput source Playable.

Returns

void A AnimationPlayableOutput.

Description

Creates an AnimationPlayableOutput in the PlayableGraph.

The animator will be playing the source Playable of the AnimationPlayableOutput, if it is set.