public static void SetActiveContext (Type context);
public static void SetActiveContext ();

Parameters

contextThe EditorToolContext type to be set as the active tool.

Description

Sets the active EditorToolContext.

To restore the manipulation tools to their default behavior, pass GameObjectToolContext or null to the context argument.