terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UnityEngine.GUIContent Class Reference

Public Member Functions

 GUIContent ()
 
 GUIContent (string text)
 
 GUIContent (string text, Texture image, string tooltip)
 
 GUIContent (GUIContent src)
 
override string ToString ()
 

Static Public Attributes

static GUIContent none
 

Static Package Functions

static GUIContent Temp (string t)
 
static void ClearStaticCache ()
 

Properties

string text [get, set]
 
Texture image [set]
 
string tooltip [get, set]
 

Static Private Member Functions

static GUIContent ()
 

Private Attributes

string m_Text
 
Texture m_Image
 
string m_Tooltip
 

Static Private Attributes

static readonly GUIContent s_Text
 
static readonly GUIContent s_Image
 
static readonly GUIContent s_TextImage
 

Detailed Description

Definition at line 13 of file GUIContent.cs.


The documentation for this class was generated from the following file: