Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ExecuteAction(SearchAction, SearchItem[], bool)

Executes a Search action on a given list of items.
Read time 1 minuteLast updated 5 days ago

Definition

void ExecuteAction(SearchAction action, SearchItem[] items, bool endSearch = true)

Parameters

The search action to execute.

The items to search.

endSearch

If true, executing this action closes the Search window if the action and the window's state permit it.