Show / Hide Table of Contents

Class AssemblyReloadEvents

Inheritance
Object
AssemblyReloadEvents
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public static class AssemblyReloadEvents

Events

| Improve this Doc View Source

afterAssemblyReload

Declaration
public static event AssemblyReloadEvents.AssemblyReloadCallback afterAssemblyReload
Event Type
Type Description
AssemblyReloadEvents.AssemblyReloadCallback
| Improve this Doc View Source

beforeAssemblyReload

Declaration
public static event AssemblyReloadEvents.AssemblyReloadCallback beforeAssemblyReload
Event Type
Type Description
AssemblyReloadEvents.AssemblyReloadCallback
  • Improve this Doc
  • View Source
Back to top Generated by DocFX