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

◆ SendTouchBegan()

void InControl.TouchManager.SendTouchBegan ( Touch touch)
inlineprivate

Definition at line 186 of file TouchManager.cs.

187 {
188 TouchControl[] array = this.touchControls;
189 bool enabled = base.enabled;
190 GameObject gameObject;
191 bool activeInHierarchy = gameObject.activeInHierarchy;
192 throw new MissingMethodException();
193 }
class f__AnonymousType0<< Count > j__TPar
TouchControl[] touchControls

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