SearchExpressionKeyword
Enum contaning all keywords used as configuration parameter in builtin evaluator of SearchExpression.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public enum SearchExpressionKeyword
Fields
Value | Description |
|---|---|
| All | All keyword. |
| Any | Any keyword. |
| Asc | Asc (contraction of Ascending). Used in sor{} to define the sorting order. |
| Desc | Desc (contraction of Descending). Used in sor{} to define the sorting order. |
| Keep | Indicates to keep results from first set. |
| None | Unrecognized keyword. |
| Sort | Indicates to yield sorted results. |