版本:Unity 6 (6000.0)
语言中文
  • C#

EditorToolContextAttribute 构造函数

建议更改

成功!

感谢您帮助我们提高 Unity 文档的质量。虽然我们无法接受所有提交内容,但我们会仔细阅读用户建议的每一项更改,并在适用情况下进行更新。

关闭

提交失败

由于某些原因,无法提交建议的更改。请在几分钟内<a>重试</a>。感谢您抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

声明

public EditorToolContextAttribute(string displayName, Type targetType);

参数

displayName 在菜单中显示的名称。
targetType 设置为此工具可以编辑的类型。如果该工具不是 Component 工具,则设置为 Null。

说明

EditorToolContext 注册为全局工具上下文或 Component 工具上下文。