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

◆ type

TouchType UnityEngine.Touch.type
get

Definition at line 112 of file Touch.cs.

113 {
114 get
115 {
116 return this.m_Type;
117 }
118 }
TouchType m_Type
Definition Touch.cs:254

Referenced by CursorManager.ShouldIgnoreTouch().