terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ BackBufferWidth

int Microsoft.Xna.Framework.Graphics.PresentationParameters.BackBufferWidth
getset

Definition at line 64 of file PresentationParameters.cs.

65 {
66 [global::Cpp2ILInjected.Token(Token = "0x60017D3")]
67 [global::Cpp2ILInjected.Address(RVA = "0xAB3C74", Offset = "0xAB3C74", Length = "0x8")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 get
70 {
71 throw null;
72 }
73 [global::Cpp2ILInjected.Token(Token = "0x60017D4")]
74 [global::Cpp2ILInjected.Address(RVA = "0xAB3C7C", Offset = "0xAB3C7C", Length = "0x8")]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
76 set
77 {
78 throw null;
79 }
80 }