Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StencilEnable
bool
Microsoft.Xna.Framework.Graphics.DepthStencilState.StencilEnable
get
set
Definition at line
226
of file
DepthStencilState.cs
.
227
{
228
[
return
: MarshalAs(
UnmanagedType
.U1)]
229
get
230
{
231
return
cachedStencilEnable
;
232
}
233
[param: MarshalAs(
UnmanagedType
.U1)]
234
set
235
{
236
ThrowIfBound
();
237
cachedStencilEnable
=
value
;
238
}
239
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedStencilEnable
bool cachedStencilEnable
Definition
DepthStencilState.cs:16
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
System.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0