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.GUI Class Reference
+ Collaboration diagram for UnityEngine.GUI:

Public Member Functions

delegate void WindowFunction (int id)
 

Static Public Member Functions

static void Label (Rect position, string text)
 
static void Label (Rect position, string text, GUIStyle style)
 
static void Label (Rect position, GUIContent content, GUIStyle style)
 
static bool Button (Rect position, string text)
 
static bool Button (Rect position, GUIContent content, GUIStyle style)
 
static void BeginGroup (Rect position, GUIContent content, GUIStyle style)
 
static void EndGroup ()
 

Package Functions

static void GrabMouseControl (int id)
 
static bool HasMouseControl (int id)
 
static void ReleaseMouseControl ()
 

Static Package Functions

static void DoSetSkin (GUISkin newSkin)
 
static bool Button (Rect position, int id, GUIContent content, GUIStyle style)
 
static bool DoControl (Rect position, int id, bool on, bool hover, GUIContent content, GUIStyle style)
 
static bool DoButton (Rect position, int id, GUIContent content, GUIStyle style)
 
static void BeginGroup (Rect position, GUIContent content, GUIStyle style, Vector2 scrollOffset)
 
static void CallWindowDelegate (GUI.WindowFunction func, int id, int instanceID, GUISkin _skin, int forceRect, float width, float height, GUIStyle style)
 

Static Package Attributes

static Rect s_ToolTipRect
 

Properties

static DateTime nextScrollStepTime [set]
 
static GUISkin skin [get, set]
 
static GenericStack scrollViewStates [get, set]
 
static bool changed [set]
 

Static Private Member Functions

static GUI ()
 
static void DoLabel (Rect position, GUIContent content, GUIStyle style)
 

Static Private Attributes

static int s_HotTextField
 
static readonly int s_BoxHash
 
static readonly int s_ButonHash
 
static readonly int s_RepeatButtonHash
 
static readonly int s_ToggleHash
 
static readonly int s_ButtonGridHash
 
static readonly int s_SliderHash
 
static readonly int s_BeginGroupHash
 
static readonly int s_ScrollviewHash
 
static DateTime< nextScrollStepTimek__BackingField
 
static GUISkin s_Skin
 
static GenericStack< scrollViewStatesk__BackingField
 

Detailed Description

Definition at line 15 of file GUI.cs.


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