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
◆
CullMode
CullMode
Microsoft.Xna.Framework.Graphics.RasterizerState.CullMode
get
set
Definition at line
12
of file
RasterizerState.cs
.
13
{
14
get
15
{
16
return
this.
_cullMode
;
17
}
18
set
19
{
20
this.
ThrowIfBound
();
21
this._cullMode
=
value
;
22
}
23
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Graphics.RasterizerState.ThrowIfBound
void ThrowIfBound()
Definition
RasterizerState.cs:166
Microsoft.Xna.Framework.Graphics.RasterizerState._cullMode
CullMode _cullMode
Definition
RasterizerState.cs:220
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
RasterizerState
Generated by
1.10.0