Click or drag to resize

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
C#
[ObsoleteAttribute("This method was moved to the ScrollRectItemsAdapter8 class", 
	true)]
public float GetAbstractNormalizedScrollPosition()

Return Value

Type: Single
1 Meaning Start And 0 Meaning End
Version Information

Optimized ScrollView Adapter

Obsolete (does not compile) in 3.1 and later
See Also