SelectGraphViewFromWindow(GraphViewEditorWindow, GraphView, int)
Associate a GraphView, from a GraphViewEditorWindow, to this tool window.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public void SelectGraphViewFromWindow(GraphViewEditorWindow window, GraphView graphView, int graphViewIndexInWindow = 0)
Parameters
The window containing the GraphView.
The GraphView.
The index of the GraphView in the window (defaults to 0).