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

◆ IsFullScreen

bool Microsoft.Xna.Framework.Graphics.PresentationParameters.IsFullScreen
getset

Definition at line 122 of file PresentationParameters.cs.

123 {
124 get
125 {
126 return this.isFullScreen;
127 }
128 set
129 {
130 }
131 }