Show / Hide Table of Contents

Class Utility

Inheritance
Object
Utility
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 Source

destroyingGraph

Declaration
public static event Action<PlayableGraph> destroyingGraph
Event Type
Type Description
Action<PlayableGraph>
| Improve this Doc View Source

graphCreated

Declaration
public static event Action<PlayableGraph> graphCreated
Event Type
Type Description
Action<PlayableGraph>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX