Click or drag to resize

ScrollRectItemsAdapter8TParams, TItemViewsHolderSmoothScrollProgressCoroutine Method

Namespace:  frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerator SmoothScrollProgressCoroutine(
	int itemIndex,
	float duration,
	float normalizedOffsetFromViewportStart = 0f,
	Func<float, bool> onProgress = null
)

Parameters

itemIndex
Type: SystemInt32
duration
Type: SystemSingle
normalizedOffsetFromViewportStart (Optional)
Type: SystemSingle
onProgress (Optional)
Type: SystemFuncSingle, Boolean

Return Value

Type: IEnumerator
Version Information

Optimized ScrollView Adapter

Supported in: 2.5.2
See Also