This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

IAnimationWindowPreview.UpdatePreviewGraph

Declaration

public void UpdatePreviewGraph(Playables.PlayableGraph graph);

Parameters

graph The Animation window PlayableGraph.

Description

Notification callback when the Animation Window updates its PlayableGraph before sampling an AnimationClip.

The Animation window calls this function before sampling an AnimationClip.
Note: This does not support legacy Animation clips.