PullToRefreshGizmo Methods |
The PullToRefreshGizmo type exposes the following members.
| Name | Description | |
|---|---|---|
| Awake | ||
| OnPull | Called for each OnDrag event on the ScrollView. In other words, it's called continuously during moving the mouse/finger after the click | |
| OnRefreshCancelled | Called when the click/finger was released before the pullPower reached 1f | |
| OnRefreshed | Called when the refresh did occur (dragged with at least 1f power and released) |