Version: 2021.2
言語: 日本語
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);

パラメーター

context Structure of parameters that configure the search window.
provider Reference to the object that provides the search results.

戻り値

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

説明

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.