Utility
Editor utility functions for the Playable graph and its nodes.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Playables
- Assembly: UnityEditor.CoreModule
public static class Utility
Static Methods
Method | Description |
|---|---|
| GetAllGraphs | Returns all existing PlayableGraphs. |
Static Events
Member | Description |
|---|---|
| destroyingGraph | Event triggered whenever a PlayableGraph is being destroyed. |
| graphCreated | Event triggered whenever a new PlayableGraph is created. |