public void OnToolGUI (EditorWindow window);

Parameters

windowThe window that is displaying the active EditorTool.

Description

Implements any common functionality for the set of manipulation tools available for this context.

Unity calls this method for each window where the current editor tool is active.