OnToolGUI(EditorWindow)
Implements any common functionality for the set of manipulation tools available for this context.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.EditorTools
- Assembly: UnityEditor.CoreModule
public virtual void OnToolGUI(EditorWindow window)
Parameters
The window that is displaying the active EditorTool.
Remarks
Unity calls this method for each window where the current editor tool is active.