|
Elin Decompiled Documentation EA 23.253 Nightly
|
Public Member Functions | |
| void | OnBeginDrag (PointerEventData eventData) |
| void | OnDrag (PointerEventData eventData) |
| void | OnEndDrag (PointerEventData eventData) |
| void | OnPointerEnter (PointerEventData eventData) |
Public Attributes | |
| UIList | list |
| object | item |
Definition at line 4 of file UIListDragItem.cs.
|
inline |
Definition at line 10 of file UIListDragItem.cs.
References UIList.BeginItemDrag(), and list.
|
inline |
Definition at line 15 of file UIListDragItem.cs.
|
inline |
Definition at line 19 of file UIListDragItem.cs.
References UIList.EndItemDrag(), and list.
|
inline |
Definition at line 24 of file UIListDragItem.cs.
References list, and UIList.UpdateItemDragHover().
| object UIListDragItem.item |
Definition at line 8 of file UIListDragItem.cs.
Referenced by UIList.BeginItemDrag(), UIList.EndItemDrag(), and UIList.UpdateItemDragHover().
| UIList UIListDragItem.list |
Definition at line 6 of file UIListDragItem.cs.
Referenced by OnBeginDrag(), OnEndDrag(), and OnPointerEnter().