UnityEngine.GUIContent.GUIContent C# (CSharp) Method

GUIContent() public method

Build a GUIContent object containing only an image.

public GUIContent ( Texture image ) : System
image Texture
return System
        public GUIContent(Texture image) : this(string.Empty, image, string.Empty)
        {
        }

Same methods

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