Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CounterClockwiseStencilPass
StencilOperation
Microsoft.Xna.Framework.Graphics.DepthStencilState.CounterClockwiseStencilPass
get
set
Definition at line
133
of file
DepthStencilState.cs
.
134
{
135
get
136
{
137
return
cachedCounterClockwiseStencilPass
;
138
}
139
set
140
{
141
ThrowIfBound
();
142
cachedCounterClockwiseStencilPass
=
value
;
143
}
144
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedCounterClockwiseStencilPass
StencilOperation cachedCounterClockwiseStencilPass
Definition
DepthStencilState.cs:30
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0