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
}
Microsoft.Xna.Framework.Graphics.GraphicsDevice.isDisposed
bool isDisposed
Definition
GraphicsDevice.cs:108
System.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
Microsoft
Xna
Framework
Graphics
GraphicsDevice
Generated by
1.10.0