Class ScriptGraphContextMenu
This class represents the context menu of the script graph editor.
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph.Editor
Syntax
public class ScriptGraphContextMenu
Constructors
ScriptGraphContextMenu(ScriptGraphView, ScriptGraphViewSelection, CopyPaste, NodeSearchWindow)
Declaration
public ScriptGraphContextMenu(ScriptGraphView graphView, ScriptGraphViewSelection selection, CopyPaste copyPaste, NodeSearchWindow nodeSearchWindow)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptGraphView | graphView | |
| ScriptGraphViewSelection | selection | |
| CopyPaste | copyPaste | |
| NodeSearchWindow | nodeSearchWindow |
Methods
Open(ContextualMenuPopulateEvent)
Displays the context menu.
Declaration
public void Open(ContextualMenuPopulateEvent e)
Parameters
| Type | Name | Description |
|---|---|---|
| ContextualMenuPopulateEvent | e |