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
IEndDragHandler.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
UnityEngine.EventSystems
4
{
5
// Token: 0x020000A1 RID: 161
6
public
interface
IEndDragHandler
:
IEventSystemHandler
7
{
8
// Token: 0x060005D8 RID: 1496
9
void
OnEndDrag
(
PointerEventData
eventData);
10
}
11
}
UnityEngine.EventSystems.PointerEventData
Definition
PointerEventData.cs:9
UnityEngine.EventSystems.IEndDragHandler.OnEndDrag
void OnEndDrag(PointerEventData eventData)
UnityEngine.EventSystems.IEndDragHandler
Definition
IEndDragHandler.cs:7
UnityEngine.EventSystems.IEventSystemHandler
Definition
IEventSystemHandler.cs:7
System
Definition
__ComObject.cs:4
UnityEngine.EventSystems
Definition
AbstractEventData.cs:4
source
UnityEngine.UI
UnityEngine
EventSystems
IEndDragHandler.cs
Generated by
1.10.0