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
GUIJourneyModeSettings Class Reference
+ Collaboration diagram for GUIJourneyModeSettings:

Public Types

enum  Category { Time , Weather , Powers }
 

Public Member Functions

void Init ()
 
void RegisterOverlay (GUISettingEntry entry, Rectangle region)
 
void DrawButton ()
 
void Draw ()
 
void DrawBacking ()
 
void SetCategory (GUIJourneyModeSettings.Category category)
 
void DrawCategories ()
 
void Close ()
 
void LooseFocus ()
 
 GUIJourneyModeSettings ()
 

Static Public Member Functions

static Microsoft.Xna.Framework.Graphics.Texture2D GetIconTexture (GUISettingID id, out Rectangle frame)
 

Public Attributes

bool Enabled
 
bool OpenedFromInv
 
List< GUISettingEntry_categorySettings
 
List< GUISettingEntry_timeSettings
 
List< GUISettingEntry_weatherSettings
 
List< GUISettingEntry_powerSettings
 
GUIControllerJourneyModeSettings _controllerInput
 
float ScrollOffset
 

Private Member Functions

float SettingScale (int index)
 
void SettingOver (int index)
 
void SettingDraw (ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale)
 
Microsoft.Xna.Framework.Vector2 SettingSize (int index)
 
void DrawCategoryOptions ()
 
void DrawTitle ()
 
void DrawMainButtons ()
 
void GainFocus ()
 
bool IsOverCategories (Microsoft.Xna.Framework.Vector2 cursorPosition)
 

Static Private Member Functions

static GUIJourneyModeSettings ()
 

Private Attributes

float jwButtonScale
 
float TimeSinceItemChange
 
GUISettingEntry overlayEntry
 
Rectangle overlayRegion
 
float ScrollMomentum
 
int ScrollDragging
 
Microsoft.Xna.Framework.Vector2 DragOffset
 
float titleScale
 
GUIJourneyModeSettings.Category Selected
 
float PowerButtonScale
 
float TimeButtonScale
 
float WeatherButtonScale
 
float CloseButtonScale
 
bool hasFocus
 
GUIInputRegionExclusive _categoriesBlocker
 

Static Private Attributes

static Microsoft.Xna.Framework.Graphics.Texture2D infinitePowersMenu
 
static GUIJourneyModeSettings.Category[] TabOrder
 

Detailed Description

Definition at line 16 of file GUIJourneyModeSettings.cs.


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