Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UseNullDevice
bool
Microsoft.Xna.Framework.Graphics.GraphicsAdapter.UseNullDevice
static
get
set
Definition at line
113
of file
GraphicsAdapter.cs
.
114
{
115
[
return
:
MarshalAs
(
UnmanagedType
.U1)]
116
get
117
{
118
return
_003Cbacking_store_003EUseNullDevice
;
119
}
120
[
param
:
MarshalAs
(
UnmanagedType
.U1)]
121
set
122
{
123
_003Cbacking_store_003EUseNullDevice
=
value
;
124
}
125
}
Microsoft.Xna.Framework.Graphics.GraphicsAdapter._003Cbacking_store_003EUseNullDevice
static bool _003Cbacking_store_003EUseNullDevice
Definition
GraphicsAdapter.cs:83
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
GraphicsAdapter
Generated by
1.10.0