ParsedQuery<T>
Provides methods to define an operation that can be used to filter a data set.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
- Inherits from: ParsedQuery<T, IEnumerable<T>>
public class ParsedQuery<T> : ParsedQuery<T, IEnumerable<T>>
Remarks
\<T\>: The filtered data type.
Properties
Property | Description |
|---|---|
| returnPayloadIfEmpty | Boolean. Indicates if the original payload should be returned when the query is empty. |
Methods
Method | Description |
|---|---|
| Apply | Applies the filtering on an IEnumerable data set. |
| Test | Tests the query on a single object. Returns true if the test passes. |