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

SearchWindow.Open

切换到手册
public static bool Open (Experimental.UIElements.GraphView.SearchWindowContext context, T provider);

参数

context用于配置搜索窗口的参数的结构。
provider引用提供搜索结果的对象。

返回

bool 如果窗口成功打开,则返回 true;否则返回 false。

描述

打开图形上方的搜索窗口。

提供商对象必须是适用于搜索窗口的 ScriptableObject 类型,以便在重新加载域后保持其引用。例如,您可以使用自己的 EditorWindow 子类实例。