Version: 2022.3
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

ISearchWindowProvider.CreateSearchTree

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Declaration

public List<SearchTreeEntry> CreateSearchTree(Experimental.GraphView.SearchWindowContext context);

Parameters

context Contextual data initially passed the window when first created.

Returns

List<SearchTreeEntry> Returns the list of SearchTreeEntry objects displayed in the search window.

Description

Generates data to populate the search window.

This method is invoked when the SearchWindow first opens and when it is reloaded. A reload occurs when entering playmode or when a scripting domain reloads. The list of objects returned is not modified during reloading. It is therefore safe to reuse the list in each call to cache the list.