Click or drag to resize

ScrollRectItemsAdapter8TParams, TItemViewsHolderGetItemOffsetFromParentStart Method

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

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

Namespace:  frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float GetItemOffsetFromParentStart(
	int itemIndex
)

Parameters

itemIndex
Type: SystemInt32

Return Value

Type: Single
Version Information

Optimized ScrollView Adapter

Supported in: 2.5.2
See Also