Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReferenceStencil
int Microsoft.Xna.Framework.Graphics.DepthStencilState.ReferenceStencil
get
set
Definition at line
68
of file
DepthStencilState.cs
.
69
{
70
get
71
{
72
return
cachedReferenceStencil
;
73
}
74
set
75
{
76
ThrowIfBound
();
77
cachedReferenceStencil
=
value
;
78
}
79
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedReferenceStencil
int cachedReferenceStencil
Definition
DepthStencilState.cs:40
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0