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

◆ Offset() [1/2]

void Microsoft.Xna.Framework.Rectangle.Offset ( int offsetX,
int offsetY )
inline

Definition at line 414 of file Rectangle.cs.

415 {
416 int x = this.X;
417 int width = this.Width;
418 this.X = x;
419 this.Width = width;
420 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Microsoft.Xna.Framework.Rectangle.Width, and Microsoft.Xna.Framework.Rectangle.X.