Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DepthBufferWriteEnable
bool
Microsoft.Xna.Framework.Graphics.DepthStencilState.DepthBufferWriteEnable
get
set
Definition at line
254
of file
DepthStencilState.cs
.
255
{
256
[
return
: MarshalAs(
UnmanagedType
.U1)]
257
get
258
{
259
return
cachedDepthBufferWriteEnable
;
260
}
261
[param: MarshalAs(
UnmanagedType
.U1)]
262
set
263
{
264
ThrowIfBound
();
265
cachedDepthBufferWriteEnable
=
value
;
266
}
267
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedDepthBufferWriteEnable
bool cachedDepthBufferWriteEnable
Definition
DepthStencilState.cs:12
System.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0