ScrollRectItemsAdapter8TParams, TItemViewsHolderSmoothScrollProgressCoroutine Method |
Namespace:
frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic 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 InformationOptimized ScrollView Adapter
Supported in: 2.5.2
See Also