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
LODParameters.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000112 RID: 274
6 public struct LODParameters : IEquatable<LODParameters>
7 {
8 // Token: 0x06000580 RID: 1408 RVA: 0x00009D6C File Offset: 0x00007F6C
10 {
11 float x = other.m_CameraPosition.x;
12 float x2 = this.m_CameraPosition.x;
13 float y = other.m_CameraPosition.y;
14 float y2 = this.m_CameraPosition.y;
15 float z = other.m_CameraPosition.z;
16 float z2 = this.m_CameraPosition.z;
17 float fieldOfView = other.m_FieldOfView;
18 float orthoSize = other.m_OrthoSize;
21 bool flag;
22 return flag;
23 }
24
25 // Token: 0x06000581 RID: 1409 RVA: 0x00009DE8 File Offset: 0x00007FE8
26 public override bool Equals(object obj)
27 {
28 if (obj != null)
29 {
30 }
31 bool flag;
32 return flag;
33 }
34
35 // Token: 0x06000582 RID: 1410 RVA: 0x00009DFC File Offset: 0x00007FFC
36 public override int GetHashCode()
37 {
39 int num;
40 return num;
41 }
42
43 // Token: 0x0400048B RID: 1163
44 private int m_IsOrthographic;
45
46 // Token: 0x0400048C RID: 1164
48
49 // Token: 0x0400048D RID: 1165
50 private float m_FieldOfView;
51
52 // Token: 0x0400048E RID: 1166
53 private float m_OrthoSize;
54
55 // Token: 0x0400048F RID: 1167
57 }
58}
class f__AnonymousType0<< Count > j__TPar
bool Equals(LODParameters other)
override bool Equals(object obj)