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

Public Member Functions

 Achievements_Layout ()
 
void Save (BinaryWriter writer)
 
void Load (BinaryReader reader)
 
bool RefreshStyles (string specificStyle=null)
 

Static Public Member Functions

static void LoadReleaseLayout ()
 
static bool LoadReleaseLayout (byte[] data)
 
static bool IsList (Type value)
 

Public Attributes

Panel_Layout Backing
 
DraggableItemGrid_Layout AchievementsGrid
 
StringButton_Layout Title
 
Panel_Layout MenuDivider
 
Panel_Layout MenuDivider2
 
TransactionButton_Layout Back
 
Panel_Layout ItemBacking
 
Panel_Layout ItemSelectedBacking
 
Button_Layout ItemDivider
 
String_Layout ItemName
 
String_Layout ItemNameCompleted
 
Panel_Layout ItemNameDivider
 
String_Layout ItemDescription
 
int ItemDescWidth
 
AchievementIcon ItemIcon
 
Vector2 ItemCatIconsPosition
 
float ItemCatIconsScale
 
String_Layout ProgressNumbers
 
ProgressBar_Layout ProgressBar
 
Panel_Layout ItemInnerPanelTop
 
Panel_Layout ItemSelectedInnerPanelTop
 
Panel_Layout ItemInnerPanelBottom
 
Panel_Layout ItemSelectedInnerPanelBottom
 
Panel_Layout CategoryDivider
 
Vector2 InGameWindowShift
 
TransactionButton_Layout Filters
 
Panel_Layout FiltersBacking
 
TransactionButton_Layout Slayer
 
TransactionButton_Layout Collector
 
TransactionButton_Layout Explorer
 
TransactionButton_Layout Challenger
 
string name
 

Static Public Attributes

static Achievements_Layout Instance
 

Private Member Functions

void Awake ()
 
void SaveFields (BinaryWriter writer, Type implementingType, object thisObject)
 
void LoadFields (BinaryReader reader, Type implementingType, object thisObject)
 
bool RefreshFields (Type implementingType, object thisObject, string specificStyle=null)
 

Static Private Member Functions

static void SerialiseAtPath (BinaryWriter writer, Transform root)
 

Static Private Attributes

static List< LayoutDefinitionUIDefinitions
 
static Dictionary< Type, bool > typesEncountered
 
static StringBuilder output
 

Detailed Description

Definition at line 7 of file Achievements_Layout.cs.


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