GraphViewToolWindow
Abstract base class for a GraphView tool window.
Read time 7 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
- Inherits from: EditorWindow
public abstract class GraphViewToolWindow : EditorWindow
Remarks
A GraphView tool window is a window with a toolbar that lets the user select the GraphView tool.
Properties
Property | Description |
|---|---|
| ToolName | The tool window name. |
Methods
Method | Description |
|---|---|
| GetExtraPaneTypes | Gets the extra panes associated with the window. |
| IsGraphViewSupported | Verifies whether the GraphView tool window supports a specific GraphView. |
| OnEnable | Base implementation of the Unity OnEnable event. |
| OnGraphViewChanged | Callback invoked when the GraphView has changed. |
| OnGraphViewChanging | Callback invoked when the GraphView is about to change. |
| SelectGraphViewFromWindow | Associate a GraphView, from a GraphViewEditorWindow, to this tool window. |
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. |