DialogResult
The button chosen by a user when shown a dialog with EditorDialog.DisplayComplexDecisionDialog or EditorDialog.DisplayComplexDecisionDialogWithOptOut.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum DialogResult
Fields
Value | Description |
|---|---|
| AlternateAction | The user clicked the alternate button. |
| Cancel | The user clicked the cancel button. |
| DefaultAction | The user clicked the default button. |