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
◆
RasterizerState
RasterizerState
Microsoft.Xna.Framework.Graphics.GraphicsDevice.RasterizerState
get
set
Definition at line
387
of file
GraphicsDevice.cs
.
388
{
389
get
390
{
391
return
this.
_rasterizerState
;
392
}
393
set
394
{
395
if
(
value
!=
null
)
396
{
397
RasterizerState
rasterizerState
= this.
_rasterizerState
;
398
bool <SupportsDepthClamp>
k__BackingField
;
399
if
(!
value
._depthClipEnable)
400
{
401
<SupportsDepthClamp>
k__BackingField
= this.<
GraphicsCapabilities
>k__BackingField.<SupportsDepthClamp>
k__BackingField
;
402
if
(!<SupportsDepthClamp>
k__BackingField
)
403
{
404
return
;
405
}
406
}
407
this._rasterizerState
=
value
;
408
if
(!<SupportsDepthClamp>
k__BackingField
)
409
{
410
}
411
RasterizerState
rasterizerState2
= this.
_rasterizerState
;
412
RasterizerState
rasterizerState3
= this.
_rasterizerState
;
413
return
;
414
}
415
}
416
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Graphics.GraphicsDevice._rasterizerState
RasterizerState _rasterizerState
Definition
GraphicsDevice.cs:864
Microsoft.Xna.Framework.Graphics.GraphicsDevice.GraphicsCapabilities
GraphicsCapabilities GraphicsCapabilities
Definition
GraphicsDevice.cs:17
Microsoft.Xna.Framework.Graphics.GraphicsDevice.k__BackingField
GraphicsCapabilities< GraphicsCapabilities > k__BackingField
Definition
GraphicsDevice.cs:898
Microsoft.Xna.Framework.Graphics.GraphicsDevice.RasterizerState
RasterizerState RasterizerState
Definition
GraphicsDevice.cs:388
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
GraphicsDevice
Generated by
1.10.0