Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | OnStartDrag (UIButton b) |
void | OnDrag (UIButton b) |
void | OnEndDrag (UIButton b, bool cancel=false) |
Definition at line 1 of file IDragParent.cs.
void IDragParent.OnDrag | ( | UIButton | b | ) |
Implemented in LayerAbility, and WidgetHotbar.
Referenced by ButtonAbility.OnDrag(), and ButtonGridDrag.OnDrag().
void IDragParent.OnEndDrag | ( | UIButton | b, |
bool | cancel = false |
||
) |
Implemented in LayerAbility, and WidgetHotbar.
Referenced by ButtonAbility.OnPointerUp(), and ButtonGridDrag.OnPointerUp().
void IDragParent.OnStartDrag | ( | UIButton | b | ) |
Implemented in LayerAbility, and WidgetHotbar.
Referenced by ButtonAbility.OnDrag(), and ButtonGridDrag.OnDrag().