DialogSource
Options for identifying which mechanism produced a DialogEventInfo.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum DialogSource
Fields
Value | Description |
|---|---|
| ManagedCustomWindow | A custom EditorWindow shown using EditorWindow.ShowModal() or EditorWindow.ShowModalUtility(). Opaque; the content is unknown. |
| NativeMessageBox | A native dialog, such as the EditorUtility.DisplayDialog family or a native-originated alert. Carries full structured content. |