Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StencilFail
StencilOperation
Microsoft.Xna.Framework.Graphics.DepthStencilState.StencilFail
get
set
Definition at line
187
of file
DepthStencilState.cs
.
188
{
189
get
190
{
191
return
cachedStencilFail
;
192
}
193
set
194
{
195
ThrowIfBound
();
196
cachedStencilFail
=
value
;
197
}
198
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedStencilFail
StencilOperation cachedStencilFail
Definition
DepthStencilState.cs:22
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0