Version: 2019.1

InteractionMode

enumeration

Switch to Manual

Description

The mode of interaction, user or automated, that an API method is called with.

Some of Unity’s API methods allow you to specify whether the “interaction mode” is user-driven or automated. This affects whether Unity shows dialog boxes, and whether actions are recorded in the undo history. Automated actions do not record undo or present dialogs. User actions are recorded in the undo history, and may present the user with dialogs. You can only use this setting with methods that accept an InteractionMode parameter.

This is useful if you want to create editor tools or automated processes which perform editor actions.

Variables

AutomatedActionUse this setting to prevent a method from showing any dialog boxes to the user, and to prevent it recording to the undo history.
UserActionUse this setting to allow a method to show dialog boxes to the user, and to allow it to record to the undo history.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961