Class ScriptGraphContextMenu
This class represents the context menu of the script graph editor.
Inheritance
System.Object
ScriptGraphContextMenu
Namespace: InsaneScatterbrain.ScriptGraph.Editor
Syntax
public class ScriptGraphContextMenu : object
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 |