SearchSettings
Search settings give access to the user global preferences regarding Search.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static class SearchSettings
Static Fields
Value | Description |
|---|---|
| searchItemFavorites | Returns a list of all item IDs that are marked as favorite by the user for in the current project. |
Static Methods
Method | Description |
|---|---|
| AddItemFavorite | Mark a search item as a favorite. |
| RemoveItemFavorite | Remove an item from the favorites. |