GUIUtility 界面工具
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控件,否则你不需要使用这些功能。
Class Variables类变量
-
The controlID of the current hot control.
当前热点控件的controlID。 -
The controlID of the control that has keyboard focus.
具有键盘焦点控件的controlID。
Class Functions类函数
-
Get a unique ID for a control.
为控件获取一个唯一ID。 -
Get a state object from a controlID.
从一个controlID获取一个状态的物体。 -
Get an existing state object from a controlID.
从一个controlID获取一个存在的状态物体。 -
Convert a point from GUI position to screen space.
转换一个点从GUI位置到屏幕坐标空间。 -
Convert a point from screen space to GUI position.
转换一个点从屏幕坐标空间位置到GUI位置。 -
Helper function to rotate the GUI around a point.
使GUI绕一个点旋转的辅助函数。 -
Helper function to scale the GUI around a point.
使GUI沿一个点缩放的辅助函数。
最后修改:2011年8月20日 Saturday 18:33