ProcessEvent
Enum that represents the events a RoleProvider can receive.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.MPE
- Assembly: UnityEditor.CoreModule
public enum ProcessEvent
Fields
Value | Description |
|---|---|
| AfterDomainReload | Domain reload occurs. |
| Create | A new Process is created. |
| Initialize | A new Process is initialized. |
| Shutdown | A new Process is about to shut down. |