Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StencilDepthBufferFail
StencilOperation
Microsoft.Xna.Framework.Graphics.DepthStencilState.StencilDepthBufferFail
get
set
Definition at line
174
of file
DepthStencilState.cs
.
175
{
176
get
177
{
178
return
cachedStencilDepthBufferFail
;
179
}
180
set
181
{
182
ThrowIfBound
();
183
cachedStencilDepthBufferFail
=
value
;
184
}
185
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedStencilDepthBufferFail
StencilOperation cachedStencilDepthBufferFail
Definition
DepthStencilState.cs:24
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0