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
RaycastResult.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020000C0 RID: 192
7 public struct RaycastResult
8 {
9 // Token: 0x170001CF RID: 463
10 // (get) Token: 0x060006E4 RID: 1764 RVA: 0x00002207 File Offset: 0x00000407
11 // (set) Token: 0x060006E5 RID: 1765 RVA: 0x000138D4 File Offset: 0x00011AD4
13 {
14 get
15 {
16 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
17 }
18 set
19 {
21 }
22 }
23
24 // Token: 0x170001D0 RID: 464
25 // (get) Token: 0x060006E6 RID: 1766 RVA: 0x000138E8 File Offset: 0x00011AE8
26 public bool isValid
27 {
28 get
29 {
31 if (!true)
32 {
33 }
34 if (!true)
35 {
36 }
37 bool flag;
38 return flag;
39 }
40 }
41
42 // Token: 0x060006E7 RID: 1767 RVA: 0x00013908 File Offset: 0x00011B08
43 public void Clear()
44 {
45 this.worldPosition.z = (float)1;
46 }
47
48 // Token: 0x060006E8 RID: 1768 RVA: 0x00013924 File Offset: 0x00011B24
49 public override string ToString()
50 {
51 bool isValid = this.isValid;
52 if ("Name: " == null || "Name: " != null)
53 {
54 return "";
55 }
57 }
58
59 // Token: 0x04000320 RID: 800
61
62 // Token: 0x04000321 RID: 801
64
65 // Token: 0x04000322 RID: 802
66 public float distance;
67
68 // Token: 0x04000323 RID: 803
69 public float index;
70
71 // Token: 0x04000324 RID: 804
72 public int depth;
73
74 // Token: 0x04000325 RID: 805
75 public int sortingLayer;
76
77 // Token: 0x04000326 RID: 806
78 public int sortingOrder;
79
80 // Token: 0x04000327 RID: 807
82
83 // Token: 0x04000328 RID: 808
85
86 // Token: 0x04000329 RID: 809
88
89 // Token: 0x0400032A RID: 810
90 public int displayIndex;
91 }
92}
class f__AnonymousType0<< Count > j__TPar