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

◆ BackBufferHeight

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

Definition at line 45 of file PresentationParameters.cs.

46 {
47 [global::Cpp2ILInjected.Token(Token = "0x60017D1")]
48 [global::Cpp2ILInjected.Address(RVA = "0xAB3C64", Offset = "0xAB3C64", Length = "0x8")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 get
51 {
52 throw null;
53 }
54 [global::Cpp2ILInjected.Token(Token = "0x60017D2")]
55 [global::Cpp2ILInjected.Address(RVA = "0xAB3C6C", Offset = "0xAB3C6C", Length = "0x8")]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 set
58 {
59 throw null;
60 }
61 }