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

SearchWindowContextConstructor

マニュアルに切り替える
public SearchWindowContext (Vector2 screenMousePosition, float requestedWidth, float requestedHeight);

パラメーター

requestedHeightRequested height of the window. Set to 0.0f to use the default height.
requestedWidthRequested width of the window. Set to 0.0f to use the default width.
screenMousePositionThe initial mouse event position that triggered opening the window, in the coordinate space of the screen.

説明