API Referenceglobal
ISceneViewclass
Allows tools to inject behaviour in the scene editor.
object→ISceneView
Methods2
Showing 2 methods
public virtual void DrawGizmos(Sandbox.Scene scene)
Called when a scene editor viewport is drawing gizmos.
| Parameter | Type | Description |
|---|---|---|
| scene | Scene | Scene that gizmos are being drawn for. |
Returns:
void—public virtual void ShowContextMenu(Editor.EditorEvent.ShowContextMenuEvent ev)
Called when a scene editor viewport wants to show a context menu.
| Parameter | Type | Description |
|---|---|---|
| ev | ShowContextMenuEvent | Event arguments describing what the context menu was opened on. |
Returns:
void—No results match this filter.