Version: 2022.3
LanguageEnglish
  • C#

IAnimationWindowPreview.BuildPreviewGraph

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public Playables.Playable BuildPreviewGraph(Playables.PlayableGraph graph, Playables.Playable inputPlayable);

Parameters

graph The Animation window PlayableGraph.
inputPlayable Current root of the PlayableGraph.

Returns

Playable Returns the new root of the PlayableGraph.

Description

Appends custom Playable nodes to the Animation window PlayableGraph.

The Animation window calls this function when it samples an AnimationClip for the first time.
Note: This does not support legacy Animation clips.