enum | Axis { Axis.Horizontal = 0, Axis.Vertical = 1 } |
float | gestureMaxDuration[Get] |
float | |
bool | invertScroll[Get] |
Axis | swipeAxis[Get] |
void | OnBeginDrag ( PointerEventData eventData ) |
void | OnEndDrag ( PointerEventData eventData ) |
Horizontal | = 0 |
Vertical | = 1 |
float SwipeGesture.gestureMaxDuration |
---|
No description available.
|
float SwipeGesture.gestureMinDistanceNormalized |
---|
No description available.
|
bool SwipeGesture.invertScroll |
---|
No description available.
|
Axis SwipeGesture.swipeAxis |
---|
No description available.
|
void SwipeGesture.OnBeginDrag ( PointerEventData eventData ) |
---|
No description available.
|
void SwipeGesture.OnEndDrag ( PointerEventData eventData ) |
---|
No description available.
|