调用 API 方法时使用的交互模式(用户模式或自动模式)。
Unity 的一些 API 方法允许您指定“交互模式”为用户驱动的模式还是自动模式。这会影响 Unity 是否显示对话框,以及操作是否记录在撤消历史记录中。自动操作不记录撤消情况,也不显示对话框。用户操作记录在撤消历史记录中,并可通过对话框显示给用户。此设置只能用于那些接受 InteractionMode 参数的方法。
如果要创建执行编辑器操作的编辑器工具或自动化流程,这非常有用。
AutomatedAction | 使用此设置可防止方法向用户显示对话框,并防止其记录到撤消历史记录中。 |
UserAction | 使用此设置可允许方法向用户显示对话框,并允许其记录到撤消历史记录中。 |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.