API Referenceglobal
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.EditorEvent.ISceneView |