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() [2/2]

void Microsoft.Xna.Framework.Rectangle.Offset ( Point offset)
inline

Definition at line 405 of file Rectangle.cs.

406 {
407 int x = this.X;
408 int width = this.Width;
409 this.X = x;
410 this.Width = width;
411 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by Terraria.Player.JumpMovement().