Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
IDragParent.cs
Go to the documentation of this file.
1public interface IDragParent
2{
4
5 void OnDrag(UIButton b);
6
7 void OnEndDrag(UIButton b, bool cancel = false);
8}
void OnEndDrag(UIButton b, bool cancel=false)
void OnStartDrag(UIButton b)
void OnDrag(UIButton b)