Elin Decompiled Documentation EA 23.253 Nightly
Loading...
Searching...
No Matches
UIListDragItem Class Reference
Inheritance diagram for UIListDragItem:

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
 

Detailed Description

Definition at line 4 of file UIListDragItem.cs.

Member Function Documentation

◆ OnBeginDrag()

void UIListDragItem.OnBeginDrag ( PointerEventData  eventData)
inline

Definition at line 10 of file UIListDragItem.cs.

11 {
12 list.BeginItemDrag(this);
13 }
void BeginItemDrag(UIListDragItem drag)
Definition: UIList.cs:858

References UIList.BeginItemDrag(), and list.

◆ OnDrag()

void UIListDragItem.OnDrag ( PointerEventData  eventData)
inline

Definition at line 15 of file UIListDragItem.cs.

16 {
17 }

◆ OnEndDrag()

void UIListDragItem.OnEndDrag ( PointerEventData  eventData)
inline

Definition at line 19 of file UIListDragItem.cs.

20 {
21 list.EndItemDrag(this);
22 }
void EndItemDrag(UIListDragItem drag)
Definition: UIList.cs:867

References UIList.EndItemDrag(), and list.

◆ OnPointerEnter()

void UIListDragItem.OnPointerEnter ( PointerEventData  eventData)
inline

Definition at line 24 of file UIListDragItem.cs.

25 {
27 }
void UpdateItemDragHover(UIListDragItem drag)
Definition: UIList.cs:880

References list, and UIList.UpdateItemDragHover().

Member Data Documentation

◆ item

object UIListDragItem.item

◆ list

UIList UIListDragItem.list

Definition at line 6 of file UIListDragItem.cs.

Referenced by OnBeginDrag(), OnEndDrag(), and OnPointerEnter().


The documentation for this class was generated from the following file: