Version: 2020.1
LanguageEnglish
  • C#

DialogOptOutDecisionType

enumeration

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

The type of opt-out decision a user can make.

This enum is used with EditorUtility.DisplayDialog and specifies the nature of the opt-out decision Unity presents to the user. It stores the user's decision on how long they would like to opt out for: either just for the current instance, or for all time on the computer they are currently using.

Properties

ForThisMachineThe decision to opt out of seeing a dialog box for all time on the user's current machine.
ForThisSessionThe decision to opt out of seeing a dialog box for the duration of the current Editor session.

Did you find this page useful? Please give it a rating: