Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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.