terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
UnityEngine.GUIContent Class Reference
+ Collaboration diagram for UnityEngine.GUIContent:

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 15 of file GUIContent.cs.


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