terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
TexturePackerTileCompare.cs
Go to the documentation of this file.
1using System;
2using UnityEngine;
3
4// Token: 0x020002EB RID: 747
5public static class TexturePackerTileCompare
6{
7 // Token: 0x06001153 RID: 4435 RVA: 0x00055CA8 File Offset: 0x00053EA8
8 public static TexturePackerTileCompare.CompareResult Compare(int tileWidth, int tileHeight, Color32[] src1, Color32[] src2)
9 {
11 }
12
13 // Token: 0x06001154 RID: 4436 RVA: 0x00055CBC File Offset: 0x00053EBC
14 private static bool CompareIdentical(int tileWidth, int tileHeight, Color32[] src1, Color32[] src2)
15 {
16 }
17
18 // Token: 0x06001155 RID: 4437 RVA: 0x00055CD0 File Offset: 0x00053ED0
19 private static bool CompareXFlip(int tileWidth, int tileHeight, Color32[] src1, Color32[] src2)
20 {
21 }
22
23 // Token: 0x06001156 RID: 4438 RVA: 0x00055CE4 File Offset: 0x00053EE4
24 private static bool CompareYFlip(int tileWidth, int tileHeight, Color32[] src1, Color32[] src2)
25 {
26 }
27
28 // Token: 0x06001157 RID: 4439 RVA: 0x00055CF8 File Offset: 0x00053EF8
29 private static bool CompareXYFlip(int tileWidth, int tileHeight, Color32[] src1, Color32[] src2)
30 {
31 }
32
33 // Token: 0x020002EC RID: 748
34 public enum CompareResult
35 {
36 // Token: 0x04002123 RID: 8483
37 NoMatch,
38 // Token: 0x04002124 RID: 8484
39 Same,
40 // Token: 0x04002125 RID: 8485
41 XFlip,
42 // Token: 0x04002126 RID: 8486
43 YFlip,
44 // Token: 0x04002127 RID: 8487
45 XYFlip
46 }
47}
class f__AnonymousType0<< Count > j__TPar
static bool CompareXYFlip(int tileWidth, int tileHeight, Color32[] src1, Color32[] src2)
static bool CompareXFlip(int tileWidth, int tileHeight, Color32[] src1, Color32[] src2)
static TexturePackerTileCompare.CompareResult Compare(int tileWidth, int tileHeight, Color32[] src1, Color32[] src2)
static bool CompareYFlip(int tileWidth, int tileHeight, Color32[] src1, Color32[] src2)
static bool CompareIdentical(int tileWidth, int tileHeight, Color32[] src1, Color32[] src2)