Enum QueryNodeType
Enumeration representing the query node types.
Namespace: UnityEditor.Search
Assembly: com.unity.quicksearch.dll
Syntax
public enum QueryNodeType
Fields
Name | Description |
---|---|
Aggregator | Aggregator node. |
And | And node. |
Filter | Filter node. |
FilterIn | Filter with nested query node. |
Intersection | Intersection node. |
NestedQuery | Nested query node. |
Not | Negation node. |
Or | Or node. |
Search | Word search node. |
Union | Union node. |
Where | Where enumerator node. |