Version: 2020.2
언어: 한국어

DialogOptOutDecisionType

enumeration

매뉴얼로 전환

설명

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.

변수

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.