Version: 2023.2
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

SearchWindowContextConstructor

매뉴얼로 전환
public SearchWindowContext (Vector2 screenMousePosition, float requestedWidth, float requestedHeight);

파라미터

requestedHeight Requested height of the window. Set to 0.0f to use the default height.
requestedWidth Requested width of the window. Set to 0.0f to use the default width.
screenMousePosition The initial mouse event position that triggered opening the window, in the coordinate space of the screen.

설명