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

◆ SubmitControlStates()

void InControl.TouchManager.SubmitControlStates ( ulong updateTick,
float deltaTime )
inlineprivate

Definition at line 136 of file TouchManager.cs.

137 {
138 TouchControl[] array = this.touchControls;
139 bool enabled = base.enabled;
140 GameObject gameObject;
141 bool activeInHierarchy = gameObject.activeInHierarchy;
142 TouchControl[] array2 = this.touchControls;
143 throw new MissingMethodException();
144 }
class f__AnonymousType0<< Count > j__TPar
TouchControl[] touchControls

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

Referenced by InControl.TouchManager.UpdateDevice().