Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DepthBufferFunction
CompareFunction
Microsoft.Xna.Framework.Graphics.DepthStencilState.DepthBufferFunction
get
set
Definition at line
241
of file
DepthStencilState.cs
.
242
{
243
get
244
{
245
return
cachedDepthBufferFunction
;
246
}
247
set
248
{
249
ThrowIfBound
();
250
cachedDepthBufferFunction
=
value
;
251
}
252
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedDepthBufferFunction
CompareFunction cachedDepthBufferFunction
Definition
DepthStencilState.cs:14
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0