Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

ManagedCustomWindowA custom EditorWindow shown using EditorWindow.ShowModal() or EditorWindow.ShowModalUtility(). Opaque; the content is unknown.
NativeMessageBoxA native dialog, such as the EditorUtility.DisplayDialog family or a native-originated alert. Carries full structured content.