GUIContent 界面内容
The contents of a GUI element.
界面元素的内容。
This works closely in relation with GUIStyle. GUIContent defines what to render and GUIStyle defines how to render it.
这个类与GUIStyle紧密合作关系。GUIContent渲染什么,GUIStyle定义怎样渲染。
参见: GUIStyle
Variables变量
-
The text contained.
包含的文本。 -
The icon image contained.
包含的图标图片。 -
The tooltip of this element.
这个元素的工具提示。
Constructors构造器
-
Constructor for GUIContent in all shapes and sizes
用于所有形状和大小的GUIContent的构造函数,也就是界面元素的构造函数。
Class Variables类变量
-
Shorthand for empty content.
对于空内容的简写形式。
最后修改:2011年1月3日 Monday 0:26