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

Parámetros

contextThe EditorToolContext type to be set as the active tool.

Descripción

Sets the active EditorToolContext.

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