Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StencilPass
StencilOperation
Microsoft.Xna.Framework.Graphics.DepthStencilState.StencilPass
get
set
Definition at line
200
of file
DepthStencilState.cs
.
201
{
202
get
203
{
204
return
cachedStencilPass
;
205
}
206
set
207
{
208
ThrowIfBound
();
209
cachedStencilPass
=
value
;
210
}
211
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedStencilPass
StencilOperation cachedStencilPass
Definition
DepthStencilState.cs:20
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0