BaseParamsGetAbstractNormalizedScrollPosition Method |
Note: This API is now obsolete.
Uses a different approach when content size is smaller than viewport's size, but yields the same result for ComputeVisibility
You won't need this, as it's for internal use. For general purposes, just use the built-in ScrollRect.normalizedPosition
Namespace:
frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[ObsoleteAttribute("This method was moved to the ScrollRectItemsAdapter8 class",
true)]
public float GetAbstractNormalizedScrollPosition()Return Value
Type:
Single1 Meaning Start And 0 Meaning End
Version InformationOptimized ScrollView Adapter
Obsolete (does not compile) in 3.1 and later
See Also