Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DepthBufferEnable
bool
Microsoft.Xna.Framework.Graphics.DepthStencilState.DepthBufferEnable
get
set
Definition at line
269
of file
DepthStencilState.cs
.
270
{
271
[
return
: MarshalAs(
UnmanagedType
.U1)]
272
get
273
{
274
return
cachedDepthBufferEnable
;
275
}
276
[param: MarshalAs(
UnmanagedType
.U1)]
277
set
278
{
279
ThrowIfBound
();
280
cachedDepthBufferEnable
=
value
;
281
}
282
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedDepthBufferEnable
bool cachedDepthBufferEnable
Definition
DepthStencilState.cs:10
System.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0