Version: 2020.3

EditorToolAttributeConstructor

切换到手册
public EditorToolAttribute (string displayName, Type targetType);

参数

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

描述

EditorTool 注册为全局工具或 CustomEditor 工具。

始终可从工具栏菜单中使用全局工具。CustomEditor 工具仅适用于当前选定内容包含匹配目标类型的情况。