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

◆ Position

Vector3 InControl.TouchSprite.Position
getset

Definition at line 473 of file TouchSprite.cs.

474 {
475 get
476 {
477 GameObject gameObject = this.spriteGameObject;
478 if (!true)
479 {
480 }
481 bool flag = gameObject;
483 return 1;
484 }
485 set
486 {
487 GameObject gameObject = this.spriteGameObject;
488 if (!true)
489 {
490 }
491 bool flag = gameObject;
492 Transform transform = this.spriteGameObject.transform;
493 }
494 }
GameObject spriteGameObject