UnityEngine.GUIContent.GUIContent C# (CSharp) Method

GUIContent() public method

Build a GUIContent object containing only text.

public GUIContent ( string text ) : System
text string
return System
        public GUIContent(string text) : this(text, null, string.Empty)
        {
        }

Same methods

GUIContent::GUIContent ( ) : System
GUIContent::GUIContent ( GUIContent src ) : System
GUIContent::GUIContent ( Texture image ) : System
GUIContent::GUIContent ( Texture image, string tooltip ) : System
GUIContent::GUIContent ( string text, Texture image ) : System
GUIContent::GUIContent ( string text, Texture image, string tooltip ) : System
GUIContent::GUIContent ( string text, string tooltip ) : System