SearchItem(string)
Construct a search item. A search item needs to have at least a unique ID for a given search query.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public SearchItem(string _id)
Parameters
Unique ID of the SearchItem.
Remarks
SearchItem are generally created using the SearchProvider.CreateItem function. See SearchItem for example of items creation.