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
getset

Definition at line 607 of file GraphicsDevice.cs.

608 {
609 get
610 {
612 int width = this._scissorRectangle.Width;
613 return scissorRectangle;
614 }
615 set
616 {
618 int width = this._scissorRectangle.Width;
619 if (!true)
620 {
621 }
624 }
625 }
class f__AnonymousType0<< Count > j__TPar