Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

EditorToolContextAttribute Constructor

Declaration

public EditorToolContextAttribute(string displayName, Type targetType);

Parameters

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.

Description

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