BuildPreviewGraph(PlayableGraph, Playable)
Appends custom Playable nodes to the Animation window PlayableGraph.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
Playable BuildPreviewGraph(PlayableGraph graph, Playable inputPlayable)
Parameters
Returns
Type | Description |
|---|---|
| Playable | Returns the new root of the PlayableGraph. |
Remarks
The Animation window calls this function when it samples an AnimationClip for the first time. Note: This does not support legacy Animation clips.