ExecuteAction(SearchAction, SearchItem[], bool)
Executes a Search action on a given list of items.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
void ExecuteAction(SearchAction action, SearchItem[] items, bool endSearch = true)
Parameters
The search action to execute.
The items to search.
If true, executing this action closes the Search window if the action and the window's state permit it.