GraphViewMinimapWindow
A floating window containing a MiniMap.
Read time 7 minutesLast updated 8 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
- Inherits from: GraphViewToolWindow
[EditorWindowTitle(title = "MiniMap")]public class GraphViewMinimapWindow : GraphViewToolWindow
Constructors
Constructor | Description |
|---|---|
| GraphViewMinimapWindow() | Constructor. |
Properties
Property | Description |
|---|---|
| ToolName | The tool window name. |
Methods
Method | Description |
|---|---|
| IsGraphViewSupported | Verifies whether the GraphView tool window supports a specific GraphView. |
| OnGraphViewChanged | Callback invoked when the GraphView has changed. |
| OnGraphViewChanging | Callback invoked when the GraphView is about to change. |
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. |