Version: 2023.2
言語: 日本語

パラメーター

value The Scene view invoking this callback.

説明

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.