Click or drag to resize

OSATParams, TItemViewsHolderGetItemVirtualInsetFromParentStart Method

returns the VIRTUAL distance of the item's left (if scroll view is Horizontal) or top (if scroll view is Vertical) edge

from the parent's left (respectively, top) edge

Namespace:  Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public double GetItemVirtualInsetFromParentStart(
	int itemIndex
)

Parameters

itemIndex
Type: SystemInt32

Return Value

Type: Double
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also