|
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
|
Inheritance diagram for InterfaceStyles_Layout:
Collaboration diagram for InterfaceStyles_Layout:Public Member Functions | |
| InterfaceProfile_Layout | GetDefaultProfile (string profileName) |
| void | SaveConfiguration () |
| void | RefreshProfileNames () |
| void | LoadConfiguration (bool allowLoad) |
| InterfaceStyles_Layout () | |
| void | Save (BinaryWriter writer) |
| void | Load (BinaryReader reader) |
| bool | RefreshStyles (string specificStyle=null) |
Static Public Member Functions | |
| static void | LoadUIResolution () |
| static void | SetActiveLayout (InterfaceProfile_Layout active) |
| static void | LoadReleaseLayout () |
| static bool | LoadReleaseLayout (byte[] data) |
| static bool | IsList (Type value) |
Public Attributes | |
| InterfaceProfile_Layout[] | Profiles |
| InterfaceProfile_Layout[] | CustomProfiles |
| string | name |
Static Public Attributes | |
| static InterfaceStyles_Layout | Instance |
Properties | |
| static InterfaceProfile_Layout | Active [get, set] |
| static InterfaceProfile_Layout | _active [get, set] |
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 | InterfaceStyles_Layout () |
| static void | SerialiseAtPath (BinaryWriter writer, Transform root) |
Static Private Attributes | |
| static List< GUIPageIcons.Category > | refreshCategories |
| static List< LayoutDefinition > | UIDefinitions |
| static Dictionary< Type, bool > | typesEncountered |
| static StringBuilder | output |
Definition at line 14 of file InterfaceStyles_Layout.cs.