| 
    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 
   | 
 
 Collaboration diagram for TexturePackerTileCompare: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 7 of file TexturePackerTileCompare.cs.