GUI.ModalWindow

Declaration

public static Rect ModalWindow(int id, Rect clientRect, GUI.WindowFunction func, string text);

Declaration

public static Rect ModalWindow(int id, Rect clientRect, GUI.WindowFunction func, Texture image);

Declaration

public static Rect ModalWindow(int id, Rect clientRect, GUI.WindowFunction func, GUIContent content);

Declaration

public static Rect ModalWindow(int id, Rect clientRect, GUI.WindowFunction func, string text, GUIStyle style);

Declaration

public static Rect ModalWindow(int id, Rect clientRect, GUI.WindowFunction func, Texture image, GUIStyle style);

Declaration

public static Rect ModalWindow(int id, Rect clientRect, GUI.WindowFunction func, GUIContent content, GUIStyle style);

Parameters

id A unique id number.
clientRect Position and size of the window.
func A function which contains the immediate mode GUI code to draw the contents of your window.
text Text to appear in the title-bar area of the window, if any.
image An image to appear in the title bar of the window, if any.
content GUIContent to appear in the title bar of the window, if any.
style Style to apply to the window.

Description

Show a Modal Window.

Similar to GUI.Window, however the window will always be on top of all other GUI, and while displayed, is guaranteed to be sole recipient of all GUI input and events. While a ModalWindow is being displayed, other controls will not be processing input. Note that only one ModalWindow can be displayed at a time.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961