Click or drag to resize

PullToRefreshGizmoOnPull Method

Called for each OnDrag event on the ScrollRect. In other words, it's called continuously during moving the mouse/finger after the click

Namespace:  frame8.ScrollRectItemsAdapter.Util.PullToRefresh
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void OnPull(
	float power
)

Parameters

power
Type: SystemSingle
0f = didn't drag at all; .5f = dragged half-way; 1f = dragged exactly at the minimum needed point in order for a refresh event to occur; values will exceed 1f after this minimum drag amount is exceeded (which can be used to visualize the fact that after the click/finger is released, the refresh will occur)
Version Information

Optimized ScrollView Adapter

Supported in: 3.1
See Also