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
CameraInfo.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000771 RID: 1905
7 public struct CameraInfo
8 {
9 // Token: 0x06003E6F RID: 15983 RVA: 0x0023D3A4 File Offset: 0x0023B5A4
10 public CameraInfo(Vector2 position)
11 {
12 if (!true)
13 {
14 }
15 Vector2 vector = Main.ScreenSize.ToVector2();
18 }
19
20 // Token: 0x04007D21 RID: 32033
22
23 // Token: 0x04007D22 RID: 32034
25
26 // Token: 0x04007D23 RID: 32035
28 }
29}
class f__AnonymousType0<< Count > j__TPar
static Point ScreenSize
Definition Main.cs:13977