Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnToolGUI(EditorWindow)

Use this method to implement a custom editor tool.
Read time 1 minuteLast updated 8 days ago

Definition

public virtual void OnToolGUI(EditorWindow window)

Parameters

The window that is displaying the custom editor tool.

Remarks

This method is called for each window where the custom editor tool is active. If the custom editor tool is subscribed to onSceneGUIDelegate, use this method to replace the callback. The onSceneGUIDelegate method is called for every open SceneView.