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
PageControllerLayoutDefinition< T > Class Template Reference
+ Inheritance diagram for PageControllerLayoutDefinition< T >:

Public Member Functions

 PageControllerLayoutDefinition ()
 
void Save (BinaryWriter writer)
 
void Load (BinaryReader reader)
 
bool RefreshStyles ([Optional] string specificStyle)
 

Static Public Member Functions

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

Public Attributes

string name
 

Static Public Attributes

static T InstanceNormal
 
static T InstanceConsoleLeft
 
static T InstanceConsoleRight
 

Protected Member Functions

void Awake ()
 

Properties

static T Instance [get]
 
bool RightPageController [get]
 

Private Member Functions

void SaveFields (BinaryWriter writer, Type implementingType, object thisObject)
 
void LoadFields (BinaryReader reader, Type implementingType, object thisObject)
 
bool RefreshFields (Type implementingType, object thisObject, [Optional] string specificStyle)
 

Static Private Member Functions

static void SerialiseAtPath (BinaryWriter writer, Transform root)
 

Private Attributes

bool _rightPageController
 

Static Private Attributes

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

Detailed Description

Type Constraints
T :PageControllerLayoutDefinition<T> 

Definition at line 5 of file PageControllerLayoutDefinition.cs.


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