ShowGraphViewWindowWithTools<T>()
Helper method that instantiates a GraphViewWindow of a specified type, an attached Blackboard, and an attached MiniMap.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public static List<EditorWindow> ShowGraphViewWindowWithTools<T>() where T : GraphViewEditorWindow
Returns
Type | Description |
|---|---|
| List<EditorWindow> | The list of newly created windows. |