Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsDisposed

bool Microsoft.Xna.Framework.Graphics.GraphicsDevice.IsDisposed
get

Definition at line 122 of file GraphicsDevice.cs.

123 {
124 [return: MarshalAs(UnmanagedType.U1)]
125 get
126 {
127 return isDisposed;
128 }
129 }