class in UnityEngine
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定义如何渲染它。
none | Shorthand for empty content. 对于空内容的简写形式。 |
GUIContent | Constructor for GUIContent in all shapes and sizes. 用于所有形状和大小的GUIContent的构造函数,也就是界面元素的构造函数。 |