Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StencilMask
int Microsoft.Xna.Framework.Graphics.DepthStencilState.StencilMask
get
set
Definition at line
94
of file
DepthStencilState.cs
.
95
{
96
get
97
{
98
return
cachedStencilMask
;
99
}
100
set
101
{
102
ThrowIfBound
();
103
cachedStencilMask
=
value
;
104
}
105
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedStencilMask
int cachedStencilMask
Definition
DepthStencilState.cs:36
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0