class in UnityEngine/Inherits from: Behaviour
Base class for images & text strings displayed in a GUI.
用于显示在GUI里图片和文本字符串的基类。
This class holds the base functionality for any GUI elements.
这个类包含的任何GUI元素的基本功能。
GetScreenRect | Returns bounding rectangle of GUIElement in screen coordinates. 返回在屏幕坐标GUIElement的包围矩形。 |
HitTest | Is a point on screen inside the element? 屏幕上的点是否在元素里面? |