Click or drag to resize

OSA TParams, TItemViewsHolder SetVirtualAbstractNormalizedScrollPosition Method

Same thing as normalizedPosition, just that the position is 1 for start and 0 for end, regardless if using a horizontal or vertical ScrollRect

Namespace: Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public double SetVirtualAbstractNormalizedScrollPosition(
	double pos,
	bool computeVisibilityNow,
	out bool looped,
	bool keepVelocity = false
)

Parameters

pos
Type: SystemDouble
1=start, 0=end
computeVisibilityNow
Type: SystemBoolean
looped
Type: SystemBoolean
keepVelocity (Optional)
Type: SystemBoolean

Return Value

Type: Double

Implements

IOSASetVirtualAbstractNormalizedScrollPosition(Double, Boolean, Boolean, Boolean)
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also