GraphViewEditorWindow
Abstract base class for an editor window that contains a GraphView.
Read time 7 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
- Inherits from: EditorWindow
public abstract class GraphViewEditorWindow : EditorWindow
Remarks
Use this base class for a GraphView tool window that recognizes a GraphView tool. Examples of GraphView tool windows include MiniMap and Blackboard windows. This base class also allows for creating tool windows from the "Add Tab" menu.
Properties
Property | Description |
|---|---|
| graphViews | The enumeration of the GraphViews that belong to an editor window. In most cases, there is only one GraphView. |
Methods
Method | Description |
|---|---|
| GetExtraPaneTypes | Gets the extra panes associated with the editor window. |
Static Methods
Method | Description |
|---|---|
| ShowGraphViewWindowWithTools | Helper method that instantiates a GraphViewWindow of a specified type, an attached Blackboard, and an attached MiniMap. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |