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

◆ SendTouchMoved()

void InControl.TouchManager.SendTouchMoved ( Touch touch)
inlineprivate

Definition at line 196 of file TouchManager.cs.

197 {
198 TouchControl[] array = this.touchControls;
199 bool enabled = base.enabled;
200 GameObject gameObject;
201 bool activeInHierarchy = gameObject.activeInHierarchy;
202 TouchControl[] array2 = this.touchControls;
203 throw new MissingMethodException();
204 }
class f__AnonymousType0<< Count > j__TPar
TouchControl[] touchControls

References UnityEngine.GameObject.activeInHierarchy, System.array, UnityEngine.Behaviour.enabled, j__TPar, and InControl.TouchManager.touchControls.