s&box docs

public abstract interface Editor.EditorEvent.ISceneView

Allows tools to inject behaviour in the scene editor.

Methods

Showing 2 methods

public virtual void DrawGizmos(Sandbox.Scene scene)

Called when a scene editor viewport is drawing gizmos.

Parameters

  • scene: Scene that gizmos are being drawn for.

public virtual void ShowContextMenu(Editor.EditorEvent.ShowContextMenuEvent ev)

Called when a scene editor viewport wants to show a context menu.

Parameters

  • ev: Event arguments describing what the context menu was opened on.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.EditorEvent.ISceneView

On this page