Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
IDragParent Interface Reference
Inheritance diagram for IDragParent:
LayerAbility WidgetHotbar

Public Member Functions

void OnStartDrag (UIButton b)
 
void OnDrag (UIButton b)
 
void OnEndDrag (UIButton b, bool cancel=false)
 

Detailed Description

Definition at line 1 of file IDragParent.cs.

Member Function Documentation

◆ OnDrag()

void IDragParent.OnDrag ( UIButton  b)

Implemented in LayerAbility, and WidgetHotbar.

Referenced by ButtonAbility.OnDrag(), and ButtonGridDrag.OnDrag().

◆ OnEndDrag()

void IDragParent.OnEndDrag ( UIButton  b,
bool  cancel = false 
)

◆ OnStartDrag()

void IDragParent.OnStartDrag ( UIButton  b)

Implemented in LayerAbility, and WidgetHotbar.

Referenced by ButtonAbility.OnDrag(), and ButtonGridDrag.OnDrag().


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