URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/DialogResult.html
r: { user_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});The button chosen by a user when shown a dialog with EditorDialog.DisplayComplexDecisionDialog or EditorDialog.DisplayComplexDecisionDialogWithOptOut.
| Property | Description |
|---|---|
| Cancel | The user clicked the cancel button. |
| DefaultAction | The user clicked the default button. |
| AlternateAction | The user clicked the alternate button. |