Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TwoSidedStencilMode
bool
Microsoft.Xna.Framework.Graphics.DepthStencilState.TwoSidedStencilMode
get
set
Definition at line
159
of file
DepthStencilState.cs
.
160
{
161
[
return
: MarshalAs(
UnmanagedType
.U1)]
162
get
163
{
164
return
cachedTwoSidedStencilMode
;
165
}
166
[param: MarshalAs(
UnmanagedType
.U1)]
167
set
168
{
169
ThrowIfBound
();
170
cachedTwoSidedStencilMode
=
value
;
171
}
172
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedTwoSidedStencilMode
bool cachedTwoSidedStencilMode
Definition
DepthStencilState.cs:26
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