This version of Unity is unsupported.

EditorTools.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 be set as the active tool.
tool The EditorTool instance to be set as the active tool.

Description

Sets the active EditorTool.