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

ToolAttribute.targetType

public Type targetType;

Description

Set to the type that this EditorTool or EditorToolContext can edit. Set to null if the tool is not specific to a Component and should be available at any time.

A Global tool or tool context is always available in the toolbar menu. A Component tool is only available when the current selection contains a matching target type.