terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | LogCallback |
class | LowMemoryCallback |
Static Public Member Functions | |
static void | Quit (int exitCode) |
static void | Quit () |
static void | OpenURL (string url) |
Static Package Functions | |
static void | CallLowMemory () |
static void | InvokeOnBeforeRender () |
static void | InvokeFocusChanged (bool focus) |
static void | InvokeDeepLinkActivated (string url) |
Properties | |
static bool | isPlaying [get] |
static bool | isBatchMode [get] |
static string | persistentDataPath [get] |
static string | unityVersion [get] |
static string | identifier [get] |
static int | targetFrameRate [set] |
static RuntimePlatform | platform [get] |
static SystemLanguage | systemLanguage [get] |
static Application.LowMemoryCallback | lowMemory |
static bool | isEditor [get] |
Static Private Member Functions | |
static void | CallLogCallback (string logString, string stackTrace, LogType type, bool invokedOnMainThread) |
static bool | Internal_ApplicationWantsToQuit () |
static void | Internal_ApplicationQuit () |
static void | Internal_ApplicationUnload () |
Static Private Attributes | |
static Application.LogCallback | s_LogCallbackHandler |
static Application.LogCallback | s_LogCallbackHandlerThreaded |
static Action< bool > | focusChanged |
static Action< string > | deepLinkActivated |
static Func< bool > | wantsToQuit |
static Action | quitting |
static Action | unloading |
Definition at line 28 of file Application.cs.