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.TouchButtonControl.Offset
getset

Definition at line 239 of file TouchButtonControl.cs.

240 {
241 get
242 {
243 float x = this.offset.x;
244 float y = this.offset.y;
245 Vector2 vector;
246 return vector;
247 }
248 set
249 {
250 float x = this.offset.x;
251 float y = this.offset.y;
252 this.dirty = true;
253 }
254 }
class f__AnonymousType0<< Count > j__TPar