interface in UnityEditor.SearchService
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe base interface for all search engines.
name | The name displayed in the Preferences window in the Unity Editor. This name is used to store the active engine in the preferences. |
BeginSearch | A function called at the beginning of each search. |
BeginSession | A function called at the beginning of a search session. |
EndSearch | A function called at the end of a search. |
EndSession | A function called at the end of a search session. |