AddItems(IEnumerable<SearchItem>)
Add new items to the search list.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
void AddItems(IEnumerable<SearchItem> items)
Parameters
List of items to be added.