Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CounterClockwiseStencilFunction
CompareFunction
Microsoft.Xna.Framework.Graphics.DepthStencilState.CounterClockwiseStencilFunction
get
set
Definition at line
146
of file
DepthStencilState.cs
.
147
{
148
get
149
{
150
return
cachedCounterClockwiseStencilFunction
;
151
}
152
set
153
{
154
ThrowIfBound
();
155
cachedCounterClockwiseStencilFunction
=
value
;
156
}
157
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedCounterClockwiseStencilFunction
CompareFunction cachedCounterClockwiseStencilFunction
Definition
DepthStencilState.cs:28
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0