SearchWindow
This subclass displays a searchable menu of available graph nodes.
Read time 7 minutesLast updated 8 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
- Inherits from: EditorWindow
public class SearchWindow : EditorWindow
Static Methods
Method | Description |
|---|---|
| Open | Opens the search window above the Graph. |
Inheritance
Inherited Members
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. |