SceneView.duringSceneGui

Parameters

value The Scene view invoking this callback.

Description

Subscribe to this event to receive a callback whenever the Scene view calls the OnGUI method.

Use this event to implement custom handles and user interface. If you want to draw elements in the Scene view, for instance by using `Graphics.DrawMeshNow`, only do so during EventType.Repaint.


Did you find this page useful? Please give it a rating: