SearchDocumentFlags
Search document flags are used by the indexing system to provide additional information of an indexed document, like its source.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
[Flags]public enum SearchDocumentFlags
Fields
Value | Description |
|---|---|
| Asset | Indicates that the indexed document is an asset. So it should have a valid asset path. |
| Grouped | Indicates that the indexed document was grouped in another asset provider. |
| Nested | Indicates that the search document is an nested object. |
| None | Indicates no particular flags. |
| Object | Indicates that the search document was indexed from an object such as a prefab or a scene. |
| Resources | Indicates that the document was indexed from a resource bundle. |