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

◆ SendTouchEnded()

void InControl.TouchManager.SendTouchEnded ( Touch touch)
inlineprivate

Definition at line 207 of file TouchManager.cs.

208 {
209 TouchControl[] array = this.touchControls;
210 bool enabled = base.enabled;
211 GameObject gameObject;
212 bool activeInHierarchy = gameObject.activeInHierarchy;
213 TouchControl[] array2 = this.touchControls;
214 throw new MissingMethodException();
215 }
class f__AnonymousType0<< Count > j__TPar
TouchControl[] touchControls

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