Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CounterClockwiseStencilDepthBufferFail
StencilOperation
Microsoft.Xna.Framework.Graphics.DepthStencilState.CounterClockwiseStencilDepthBufferFail
get
set
Definition at line
107
of file
DepthStencilState.cs
.
108
{
109
get
110
{
111
return
cachedCounterClockwiseStencilDepthBufferFail
;
112
}
113
set
114
{
115
ThrowIfBound
();
116
cachedCounterClockwiseStencilDepthBufferFail
=
value
;
117
}
118
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedCounterClockwiseStencilDepthBufferFail
StencilOperation cachedCounterClockwiseStencilDepthBufferFail
Definition
DepthStencilState.cs:34
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0