Version: 2022.3
言語: 日本語

EditorToolContextAttributeConstructor

マニュアルに切り替える
public EditorToolContextAttribute (string displayName, Type targetType);

パラメーター

displayName The name to display in menus.
targetType Set to the type that this tool can edit. Set to null if the tool is not a Component tool.

説明

Registers an EditorToolContext as either a global tool context or a Component tool context.