Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CounterClockwiseStencilFail
StencilOperation
Microsoft.Xna.Framework.Graphics.DepthStencilState.CounterClockwiseStencilFail
get
set
Definition at line
120
of file
DepthStencilState.cs
.
121
{
122
get
123
{
124
return
cachedCounterClockwiseStencilFail
;
125
}
126
set
127
{
128
ThrowIfBound
();
129
cachedCounterClockwiseStencilFail
=
value
;
130
}
131
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedCounterClockwiseStencilFail
StencilOperation cachedCounterClockwiseStencilFail
Definition
DepthStencilState.cs:32
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0