# ShowGraphViewWindowWithTools<T>()

> Helper method that instantiates a GraphViewWindow of a specified type, an attached Blackboard, and an attached MiniMap.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.5/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public static List<EditorWindow> ShowGraphViewWindowWithTools<T>() where T : GraphViewEditorWindow
```

### Returns

| Type                                                                                            | Description                        |
| ----------------------------------------------------------------------------------------------- | ---------------------------------- |
| [List\<EditorWindow>](https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1) | The list of newly created windows. |
