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

◆ PointerEventData()

UnityEngine.EventSystems.PointerEventData.PointerEventData ( EventSystem eventSystem)
inline

Definition at line 621 of file PointerEventData.cs.

622 {
623 int num = 1;
624 base..ctor();
625 this.m_EventSystem = eventSystem;
626 this.pointerId = num;
627 int num2 = 1;
628 this.<useDragThreshold>k__BackingField = num2 != 0;
629 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, UnityEngine.EventSystems.PointerEventData.k__BackingField, and UnityEngine.EventSystems.PointerEventData.useDragThreshold.