This version of Unity is unsupported.

ToolManager.SetActiveTool

Declaration

public static void SetActiveTool();

Declaration

public static void SetActiveTool(Type type);

Declaration

public static void SetActiveTool(EditorTools.EditorTool tool);

Parameters

type The EditorTool type to set as the active tool.
tool The EditorTool instance to set as the active tool.

Description

Sets the active EditorTool.