IQueryHandler<TData, TPayload>
Interface for query handlers.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public interface IQueryHandler<TData, in TPayload> where TPayload : class
Methods
Method | Description |
|---|---|
| Eval | Implement this function to evaluate the query on a single element. |