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

SearchWindowContextConstructor

切换到手册
public SearchWindowContext (Vector2 screenMousePosition, float requestedWidth, float requestedHeight);

参数

requestedHeight 所需的窗口高度。设置为 0.0f 以使用默认高度。
requestedWidth 所需的窗口宽度。设置为 0.0f 以使用默认宽度。
screenMousePosition 在屏幕的坐标空间中触发窗口打开的初始鼠标事件位置。

描述