|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for UnityEngine.EventSystems.PointerEventData:
Collaboration diagram for UnityEngine.EventSystems.PointerEventData:Public Types | |
| enum | InputButton { Left , Right , Middle } |
| enum | FramePressState { Pressed , Released , PressedAndReleased , NotChanged } |
Public Member Functions | |
| PointerEventData (EventSystem eventSystem) | |
| bool | IsPointerMoving () |
| bool | IsScrolling () |
| override string | ToString () |
| virtual void | Reset () |
| virtual void | Use () |
Public Attributes | |
| List< GameObject > | hovered |
Protected Attributes | |
| bool | m_Used |
Definition at line 13 of file PointerEventData.cs.