ISearchDatabase
Interface used to expose the search databases information.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public interface ISearchDatabase
Properties
Property | Description |
|---|---|
| excludePatterns | Exclude patterns. |
| includePatterns | Include patterns. |
| indexingOptions | Indicates how the database is built. |
| name | Name of the database. |
| roots | Roots folder of documents being indexed. |