ScrollRectItemsAdapter8TParams, TItemViewsHolderSmoothScrollProgressCoroutine_FasterButSometimesChoppy Method |
The old way of doing it; the name says it all
Namespace:
frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic IEnumerator SmoothScrollProgressCoroutine_FasterButSometimesChoppy(
int itemIndex,
float duration,
Func<float, bool> onProgress = null
)
Parameters
- itemIndex
- Type: SystemInt32
- duration
- Type: SystemSingle
- onProgress (Optional)
- Type: SystemFuncSingle, Boolean
Return Value
Type:
IEnumerator
Version InformationOptimized ScrollView Adapter
Supported in: 2.5.2
See Also