Version: 2023.1
언어: 한국어

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.