Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

EditorDialog

class in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A collection of static methods to show modal dialog boxes.

Examples of dialogs that can be created:



.

Static Methods

Method Description
DisplayAlertDialogDisplays a simple alert dialog box with a title, an icon, a message, and a single button.
DisplayAlertDialogWithOptOutDisplays a simple alert dialog box with a title, icon, message, a button, and an opt-out checkbox.
DisplayComplexDecisionDialogDisplays a complex decision dialog box with a title, icon, message, and three buttons.
DisplayComplexDecisionDialogWithOptOutDisplays a complex decision dialog box with a title, icon, message, three buttons, and an opt-out checkbox.
DisplayDecisionDialogDisplays a decision dialog box with a title, icon, message, and two buttons.
DisplayDecisionDialogWithOptOutDisplays a decision dialog box with a title, icon, message, two buttons, and an opt-out checkbox.