Constructor SystemGraphView
SystemGraphView(GraphEditorView)
Initializes a new instance of the SystemGraphView class.
Declaration
public SystemGraphView(GraphEditorView editorView)
Parameters
| Type | Name | Description | 
|---|---|---|
| GraphEditorView | editorView | The editor view.  | 
    
SystemGraphView(GraphEditorView, GraphEditorObject)
Initializes a new instance of the SystemGraphView class.
Declaration
public SystemGraphView(GraphEditorView editorView, GraphEditorObject logicGraphEditorObject)
Parameters
| Type | Name | Description | 
|---|---|---|
| GraphEditorView | editorView | The editor view.  | 
    
| GraphEditorObject | logicGraphEditorObject | The logic graph editor object.  |