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

◆ Size

Vector2 InControl.TouchSprite.Size
getset

Definition at line 440 of file TouchSprite.cs.

441 {
442 get
443 {
444 float x = this.size.x;
445 float y = this.size.y;
446 Vector2 vector;
447 return vector;
448 }
449 set
450 {
451 float x = this.size.x;
452 float y = this.size.y;
453 this.<Dirty>k__BackingField = true;
454 }
455 }
bool< Dirty > k__BackingField