IndexingOptions
Use Indexing options to specify the contents of your search index.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
[Flags]public enum IndexingOptions : byte
Fields
Value | Description |
|---|---|
| All | Apply all indexing options. |
| Dependencies | Include Asset dependencies in your index. |
| Extended | Include extended information in your index such as sub objects in Scene and Prefab Assets. |
| Keep | Use this option to save the created index as an Asset file. |
| None | Do not include additional indexing options. |
| Properties | Include Asset serialized properties in your index. |
| Temporary | Save the search index to a temporary folder that is not managed by Unity. |
| Types | Include additional types of information in your Asset index. |