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

◆ touchCount

int UnityEngine.Input.touchCount
staticget

Definition at line 198 of file Input.cs.

199 {
200 [FreeFunction("GetTouchCount")]
201 get
202 {
203 throw new MissingMethodException();
204 }
205 }
class f__AnonymousType0<< Count > j__TPar

Referenced by CursorManager.GetRealTouchCount(), CursorManager.GetTouchCount(), CursorManager.IsCursorActive(), and InControl.Touch.SetWithMouseData().