Version: 2019.4
Experimental: this API is experimental and might be changed or removed in the future.

IAnimationWindowPreview.BuildPreviewGraph

マニュアルに切り替える
public Playables.Playable BuildPreviewGraph (Playables.PlayableGraph graph, Playables.Playable inputPlayable);

パラメーター

graphThe Animation window PlayableGraph.
inputPlayableCurrent root of the PlayableGraph.

戻り値

Playable Returns the new root of the PlayableGraph.

説明

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.