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

SearchWindow.Open

Switch to Manual
public static bool Open (Experimental.UIElements.GraphView.SearchWindowContext context, T provider);

Parameters

contextStructure of parameters that configure the search window.
providerReference to the object that provides the search results.

Returns

bool Returns true if the window opens successfully. Returns false otherwise.

Description

Opens the search window above the Graph.

The provider object must be of type ScriptableObject for the search window to maintain the its reference after a domain reload. For example, you can use your own instance of an EditorWindow subclass.