Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(PlayableGraph, string, Animator)

Creates an AnimationPlayableOutput in the PlayableGraph.
Read time 1 minuteLast updated 10 days ago

Definition

public static AnimationPlayableOutput Create(PlayableGraph graph, string name, Animator target)

Parameters

The PlayableGraph that will contain the AnimationPlayableOutput.

name

The name of the output.

target

The Animator that will process the PlayableGraph.

Returns

Remarks

The Animator plays the source Playable of the AnimationPlayableOutput. This source Playable can be set with SetSourcePlayable.