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
◆
ScissorRectangle
Rectangle
Microsoft.Xna.Framework.Graphics.GraphicsDevice.ScissorRectangle
get
set
Definition at line
607
of file
GraphicsDevice.cs
.
608
{
609
get
610
{
611
Rectangle
scissorRectangle
= this.
_scissorRectangle
;
612
int
width = this.
_scissorRectangle
.
Width
;
613
return
scissorRectangle
;
614
}
615
set
616
{
617
Rectangle
scissorRectangle
= this.
_scissorRectangle
;
618
int
width = this.
_scissorRectangle
.
Width
;
619
if
(!
true
)
620
{
621
}
622
this._scissorRectangle
=
value
;
623
this._scissorRectangleDirty
=
true
;
624
}
625
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Graphics.GraphicsDevice._scissorRectangle
Rectangle _scissorRectangle
Definition
GraphicsDevice.cs:882
System.ExceptionArgument.value
@ value
UnityEngine.LightType.Rectangle
@ Rectangle
Microsoft.Xna.Framework.Rectangle.Width
int Width
Definition
Rectangle.cs:533
Microsoft
Xna
Framework
Graphics
GraphicsDevice
Generated by
1.10.0