Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DialogIconType

Specifies the icon to display in a dialog created with EditorDialog.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public enum DialogIconType

Remarks

These icons help convey the purpose of the dialog message. The icons correspond to the same symbols as the console log.

Fields

Value

Description

ErrorAn error icon.
InfoAn icon representing information.
WarningA warning icon. This icon is the default.