UnityEngine.GUIContent.GUIContent C# (CSharp) Method

GUIContent() public method

Build a GUIContent object containing both text and an image.

public GUIContent ( string text, Texture image ) : System
text string
image Texture
return System
        public GUIContent(string text, Texture image) : this(text, image, 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 ) : System
GUIContent::GUIContent ( string text, Texture image, string tooltip ) : System
GUIContent::GUIContent ( string text, string tooltip ) : System