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

◆ CommitControlStates()

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

Definition at line 147 of file TouchManager.cs.

148 {
149 TouchControl[] array = this.touchControls;
150 bool enabled = base.enabled;
151 GameObject gameObject;
152 bool activeInHierarchy = gameObject.activeInHierarchy;
153 TouchControl[] array2 = this.touchControls;
154 throw new MissingMethodException();
155 }
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.CommitDevice().