Options for identifying which mechanism produced a DialogEventInfo.
| Property | Description |
|---|---|
| NativeMessageBox | A native dialog, such as the EditorUtility.DisplayDialog family or a native-originated alert. Carries full structured content. |
| ManagedCustomWindow | A custom EditorWindow shown using EditorWindow.ShowModal or EditorWindow.ShowModalUtility. Opaque; the content is unknown. |