terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ControllerMappings_Layout () | |
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) |
Static Public Attributes | |
static ControllerMappings_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, [Optional] string specificStyle) |
Static Private Member Functions | |
static void | SerialiseAtPath (BinaryWriter writer, Transform root) |
Static Private Attributes | |
static List< LayoutDefinition > | UIDefinitions |
static Dictionary< Type, bool > | typesEncountered |
static StringBuilder | output |
Definition at line 4 of file ControllerMappings_Layout.cs.