Interface ISearchDatabase
Namespace: UnityEditor.Search
Syntax
public interface ISearchDatabase
Properties
excludePatterns
Declaration
IReadOnlyCollection<string> excludePatterns { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyCollection<String> |
includePatterns
Declaration
IReadOnlyCollection<string> includePatterns { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyCollection<String> |
indexingOptions
Declaration
IndexingOptions indexingOptions { get; }
Property Value
| Type | Description |
|---|---|
| IndexingOptions |
name
Declaration
string name { get; }
Property Value
| Type | Description |
|---|---|
| String |
roots
Declaration
IReadOnlyCollection<string> roots { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyCollection<String> |