CanvasMaterialAnimatorBase.UpdatePreviewGraph(PlayableGraph) Method

Definition

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

public void UpdatePreviewGraph (UnityEngine.Playables.PlayableGraph graph);
abstract member UpdatePreviewGraph : UnityEngine.Playables.PlayableGraph -> unit
override this.UpdatePreviewGraph : UnityEngine.Playables.PlayableGraph -> unit
Public Sub UpdatePreviewGraph (graph As PlayableGraph)

Parameters

graph
UnityEngine.Playables.PlayableGraph

Implements

UnityEngine.Animations.IAnimationWindowPreview.UpdatePreviewGraph(UnityEngine.Playables.PlayableGraph)

Applies to