Create(QueryGraph, ICollection<QueryError>)
Implement this function to create a new query handler for a specific query graph.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
TQueryHandler Create(QueryGraph graph, ICollection<QueryError> errors)
Parameters
A graph representing a query.
A collection of errors. Use this to report errors when needed.
Returns
Type | Description |
|---|---|
| T | An IQueryHandler. |