返回介绍

GUIUtility 界面工具

发布于 2019-12-18 15:37:50 字数 2875 浏览 1010 评论 0 收藏 0

class in UnityEngine

Description 描述

Utility class for making new GUI controls.

用户制作新GUI控件的工具类。

Unless you are creating your own GUI controls from scratch, you should not use these functions.

除非你是从头开始创建自己的GUI控件,否则你不需要使用这些功能。

Static Variables 静态变量

hasModalWindowA global property, which is true if a ModalWindow is being displayed, false otherwise.
全局属性,为true时, ModalWindow显示,否则为false。
hotControlThe controlID of the current hot control.
当前热点控件的controlID。
keyboardControlThe controlID of the control that has keyboard focus.
具有键盘焦点控件的controlID。
systemCopyBufferGet access to the system-wide pasteboard.
获得全系统粘贴板。

Static Functions 静态函数

GetControlIDGet a unique ID for a control.
为控件获取一个唯一ID。
GetStateObjectGet a state object from a controlID.
从一个controlID获取一个状态的物体。
GUIToScreenPointConvert a point from GUI position to screen space.
转换一个点从GUI位置到屏幕坐标空间。
QueryStateObjectGet an existing state object from a controlID.
从一个controlID获取一个存在的状态物体。
RotateAroundPivotHelper function to rotate the GUI around a point.
使GUI绕一个点旋转的辅助函数。
ScaleAroundPivotHelper function to scale the GUI around a point.
使GUI沿一个点缩放的辅助函数。
ScreenToGUIPointConvert a point from screen space to GUI position.
转换一个点从屏幕坐标空间位置到GUI位置。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文