ISearchWindowProvider
This interface describes methods to manage a search session for graph nodes.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public interface ISearchWindowProvider
Methods
Method | Description |
|---|---|
| CreateSearchTree | Generates data to populate the search window. |
| OnSelectEntry | Selects an entry in the search tree list. |