RefreshFlags
Refresh flags are used to indicate why search view needs to be refreshed or updated.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
[Flags]public enum RefreshFlags
Fields
Value | Description |
|---|---|
| Default | Normal refresh. |
| DisplayModeChanged | The display mode or item size has changed. |
| GroupChanged | The current item group has changed. In example, the user selected a new search tab. |
| ItemsChanged | The search item list has been updated. |
| None | No particular refresh reason were specified. |
| QueryCompleted | A search query has completed. |
| QueryStarted | A search query is about to be executed. |
| StructureChanged | The structure of the current selection data has changed (i.e. the selected scene object got a new component). |