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

Vector2 InControl.TouchStickControl.Offset
getset

Definition at line 400 of file TouchStickControl.cs.

401 {
402 get
403 {
404 float x = this.offset.x;
405 float y = this.offset.y;
406 Vector2 vector;
407 return vector;
408 }
409 set
410 {
411 float x = this.offset.x;
412 float y = this.offset.y;
413 this.dirty = true;
414 }
415 }
class f__AnonymousType0<< Count > j__TPar