UnityEngine.GUIContent.GUIContent C# (CSharp) Метод

GUIContent() публичный Метод

Build a GUIContent containing an image. When the user hovers the mouse over it, the global GUI.tooltip is set to the tooltip.

public GUIContent ( Texture image, string tooltip ) : System
image Texture
tooltip string
Результат System
        public GUIContent(Texture image, string tooltip) : this(string.Empty, image, tooltip)
        {
        }

Same methods

GUIContent::GUIContent ( ) : System
GUIContent::GUIContent ( GUIContent src ) : System
GUIContent::GUIContent ( Texture image ) : 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