Click or drag to resize

MultiplePrefabsExampleMyScrollRectAdapterIsRecyclable Method

Namespace:  frame8.ScrollRectItemsAdapter.MultiplePrefabsExample
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override bool IsRecyclable(
	BaseVH potentiallyRecyclable,
	int indexOfItemThatWillBecomeVisible,
	float heightOfItemThatWillBecomeVisible
)

Parameters

potentiallyRecyclable
Type: frame8.ScrollRectItemsAdapter.MultiplePrefabsExample.ViewHoldersBaseVH
indexOfItemThatWillBecomeVisible
Type: SystemInt32
heightOfItemThatWillBecomeVisible
Type: SystemSingle

Return Value

Type: Boolean
Version Information

Optimized ScrollView Adapter

Supported in: 2.5.2
See Also