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

◆ TouchBegan()

override void InControl.TouchSwipeControl.TouchBegan ( Touch touch)
inline

Definition at line 126 of file TouchSwipeControl.cs.

127 {
128 if (this.currentTouch == null)
129 {
130 float x = touch.position.x;
131 float y = touch.position.y;
134 Vector3 vector = this.beganPosition;
135 float z = this.beganPosition.z;
138 int num = 1;
139 this.fireButtonTarget = num != 0;
140 }
141 }
class f__AnonymousType0<< Count > j__TPar

References InControl.TouchSwipeControl.beganPosition, InControl.TouchSwipeControl.currentTouch, j__TPar, and UnityEngine.Vector3.z.