interface
ISceneView
public interface ISceneView Allows tools to inject behaviour in the scene editor.
Methods
virtual Void DrawGizmos(Scene scene) Called when a scene editor viewport is drawing gizmos.
scene — Scene that gizmos are being drawn for. virtual Void ShowContextMenu(ShowContextMenuEvent ev) Called when a scene editor viewport wants to show a context menu.
ev — Event arguments describing what the context menu was opened on.