Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Experimental: this API is experimental and might be changed or removed in the future.

ISearchWindowProvider.CreateSearchTree

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

Parameters

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

Did you find this page useful? Please give it a rating: