Enum QueryNodeType
Enumeration representing the query node types.
Namespace: UnityEditor.Search
Syntax
public enum QueryNodeType
Fields
| Name | Description | Value |
|---|---|---|
| And | And node. |
0 |
| Or | Or node. |
1 |
| Filter | Filter node. |
2 |
| Search | Word search node. |
3 |
| Not | Negation node. |
4 |
| NestedQuery | Nested query node. |
5 |
| Where | Where enumerator node. |
6 |
| FilterIn | Filter with nested query node. |
7 |
| Union | Union node. |
8 |
| Intersection | Intersection node. |
9 |
| Aggregator | Aggregator node. |
10 |