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

◆ BottomLeft

Vector2 Terraria.Entity.BottomLeft
getsetinherited

Definition at line 355 of file Entity.cs.

356 {
357 get
358 {
359 int num = this.height;
360 float x = this.position.X;
361 float y = this.position.Y;
362 Vector2 vector;
363 return vector;
364 }
365 set
366 {
367 int num = this.height;
368 }
369 }
Vector2 position
Definition Entity.cs:460