This version of Unity is unsupported.

EditorAction.OnSceneGUI

Declaration

public void OnSceneGUI(SceneView sceneView);

Parameters

sceneView The Scene view that Actions.EditorAction.OnSceneGUI is called in.

Description

Callback raised when the Scene view calls OnGUI.

Use this method to implement custom handles.