terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Types | |
enum | CompareResult { NoMatch , Same , XFlip , YFlip , XYFlip } |
Static Public Member Functions | |
static TexturePackerTileCompare.CompareResult | Compare (int tileWidth, int tileHeight, Color32[] src1, Color32[] src2) |
Static Private Member Functions | |
static bool | CompareIdentical (int tileWidth, int tileHeight, Color32[] src1, Color32[] src2) |
static bool | CompareXFlip (int tileWidth, int tileHeight, Color32[] src1, Color32[] src2) |
static bool | CompareYFlip (int tileWidth, int tileHeight, Color32[] src1, Color32[] src2) |
static bool | CompareXYFlip (int tileWidth, int tileHeight, Color32[] src1, Color32[] src2) |
Definition at line 5 of file TexturePackerTileCompare.cs.