EditorTools.SetActiveTool

public static void SetActiveTool();
public static void SetActiveTool(Type type);
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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答