Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StencilWriteMask
int Microsoft.Xna.Framework.Graphics.DepthStencilState.StencilWriteMask
get
set
Definition at line
81
of file
DepthStencilState.cs
.
82
{
83
get
84
{
85
return
cachedStencilWriteMask
;
86
}
87
set
88
{
89
ThrowIfBound
();
90
cachedStencilWriteMask
=
value
;
91
}
92
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedStencilWriteMask
int cachedStencilWriteMask
Definition
DepthStencilState.cs:38
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0