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
|
Static Package Functions | |
static int | WriteIntToByteArray (byte[] array, int offset, int value) |
static int | WriteStringToByteArray (byte[] array, int offset, string value) |
Static Private Member Functions | |
static byte[] | PrepareMetadata () |
static void | FinalizeSnapshot (string path, bool result) |
static unsafe void | SaveScreenshotToDisk (string path, bool result, IntPtr pixelsPtr, int pixelsCount, TextureFormat format, int width, int height) |
Static Private Attributes | |
static Action< string, bool > | m_SnapshotFinished |
static Action< string, bool, DebugScreenCapture > | m_SaveScreenshotToDisk |
static Action< MetaData > | createMetaData |
Definition at line 16 of file MemoryProfiler.cs.