Class Utility
Inherited Members
Namespace: UnityEditor.Playables
Assembly: UnityEditor.dll
Syntax
public static class Utility
Methods
GetAllGraphs()
Declaration
public static PlayableGraph[] GetAllGraphs()
Returns
Type | Description |
---|---|
PlayableGraph[] |
Events
| Improve this Doc View SourcedestroyingGraph
Declaration
public static event Action<PlayableGraph> destroyingGraph
Event Type
Type | Description |
---|---|
Action<PlayableGraph> |
graphCreated
Declaration
public static event Action<PlayableGraph> graphCreated
Event Type
Type | Description |
---|---|
Action<PlayableGraph> |