Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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

Returns

Type

Description

List<EditorWindow>The list of newly created windows.