QueryGraph
Class that represents a query graph.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public class QueryGraph
Remarks
A parsed query is converted into a graph with each node in the graph corresponding to a filter.
Constructors
Constructor | Description |
|---|---|
| QueryGraph(UnityEditor.Search.IQueryNode) | Constructor. Creates a new query graph. |
Properties
Methods
Method | Description |
|---|---|
| Optimize | Optimize the graph. |