This version of Unity is unsupported.

EditorTools.SetActiveTool

public static void SetActiveTool();
public static void SetActiveTool(Type type);
public static void SetActiveTool(EditorTools.EditorTool tool);

Parameters

typeThe EditorTool type to be set as the active tool.
toolThe EditorTool instance to be set as the active tool.

Description

Sets the active EditorTool.