Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StencilFunction
CompareFunction
Microsoft.Xna.Framework.Graphics.DepthStencilState.StencilFunction
get
set
Definition at line
213
of file
DepthStencilState.cs
.
214
{
215
get
216
{
217
return
cachedStencilFunction
;
218
}
219
set
220
{
221
ThrowIfBound
();
222
cachedStencilFunction
=
value
;
223
}
224
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedStencilFunction
CompareFunction cachedStencilFunction
Definition
DepthStencilState.cs:18
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0