terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
ScissorTestEnable
bool Microsoft.Xna.Framework.Graphics.RasterizerState.ScissorTestEnable
get
set
Definition at line
92
of file
RasterizerState.cs
.
93
{
94
get
95
{
96
return
this.
_scissorTestEnable
;
97
}
98
set
99
{
100
this.
ThrowIfBound
();
101
}
102
}
Microsoft.Xna.Framework.Graphics.RasterizerState.ThrowIfBound
void ThrowIfBound()
Definition
RasterizerState.cs:166
Microsoft.Xna.Framework.Graphics.RasterizerState._scissorTestEnable
bool _scissorTestEnable
Definition
RasterizerState.cs:232
Microsoft
Xna
Framework
Graphics
RasterizerState
Generated by
1.10.0