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

SearchWindow.Open

public static bool Open(Experimental.GraphView.SearchWindowContext context, T provider);

Parameters

context Structure of parameters that configure the search window.
provider Reference 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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答