UnityEngine.GUIContent.GUIContent C# (CSharp) Method

GUIContent() public method

Constructor for GUIContent in all shapes and sizes.

public GUIContent ( ) : System
return System
        public GUIContent()
        {
            this.m_Text = string.Empty;
            this.m_Tooltip = string.Empty;
        }

Same methods

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