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

SearchWindow.Open

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

Parámetros

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

Valor de retorno

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

Descripción

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.