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.
1
using
System
;
2
3
namespace
UnityEngine.Rendering
4
{
5
// Token: 0x02000112 RID: 274
6
public
struct
LODParameters
:
IEquatable
<LODParameters>
7
{
8
// Token: 0x06000580 RID: 1408 RVA: 0x00009D6C File Offset: 0x00007F6C
9
public
bool
Equals
(
LODParameters
other
)
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;
19
int
cameraPixelHeight
= this.
m_CameraPixelHeight
;
20
int
cameraPixelHeight2
= other.
m_CameraPixelHeight
;
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
{
38
int
cameraPixelHeight
= this.
m_CameraPixelHeight
;
39
int
num;
40
return
num;
41
}
42
43
// Token: 0x0400048B RID: 1163
44
private
int
m_IsOrthographic
;
45
46
// Token: 0x0400048C RID: 1164
47
private
Vector3
m_CameraPosition
;
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
56
private
int
m_CameraPixelHeight
;
57
}
58
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.IEquatable
Definition
IEquatable.cs:7
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
UnityEngine.Rendering
Definition
BatchCullingContext.cs:7
UnityEngine.Rendering.LODParameters.m_OrthoSize
float m_OrthoSize
Definition
LODParameters.cs:53
UnityEngine.Rendering.LODParameters.GetHashCode
override int GetHashCode()
Definition
LODParameters.cs:36
UnityEngine.Rendering.LODParameters.m_CameraPosition
Vector3 m_CameraPosition
Definition
LODParameters.cs:47
UnityEngine.Rendering.LODParameters.m_CameraPixelHeight
int m_CameraPixelHeight
Definition
LODParameters.cs:56
UnityEngine.Rendering.LODParameters.Equals
bool Equals(LODParameters other)
Definition
LODParameters.cs:9
UnityEngine.Rendering.LODParameters.Equals
override bool Equals(object obj)
Definition
LODParameters.cs:26
UnityEngine.Rendering.LODParameters.m_IsOrthographic
int m_IsOrthographic
Definition
LODParameters.cs:44
UnityEngine.Rendering.LODParameters.m_FieldOfView
float m_FieldOfView
Definition
LODParameters.cs:50
UnityEngine.Rendering.LODParameters
Definition
LODParameters.cs:7
UnityEngine.Vector3.y
float y
Definition
Vector3.cs:500
UnityEngine.Vector3.z
float z
Definition
Vector3.cs:503
UnityEngine.Vector3.x
float x
Definition
Vector3.cs:497
UnityEngine.Vector3
Definition
Vector3.cs:18
source
UnityEngine.CoreModule
UnityEngine
Rendering
LODParameters.cs
Generated by
1.10.0