ISearchNode
Interface representing a query node.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public interface ISearchNode : IQueryNode
Properties
Property | Description |
|---|---|
| exact | True if the word or text should match exactly, false if it is a "contains" operation. |
| searchValue | Word or text used for the search. |