Click or drag to resize

SRIATParams, TItemViewsHolderIsRecyclable Method

Self-explanatory. The default implementation returns true each time

Namespace:  frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual bool IsRecyclable(
	TItemViewsHolder potentiallyRecyclable,
	int indexOfItemThatWillBecomeVisible,
	float heightOfItemThatWillBecomeVisible
)

Parameters

potentiallyRecyclable
Type: TItemViewsHolder
indexOfItemThatWillBecomeVisible
Type: SystemInt32
heightOfItemThatWillBecomeVisible
Type: SystemSingle

Return Value

Type: Boolean
If the provided views holder is compatible with the item with index indexOfItemThatWillBecomeVisible
Version Information

Optimized ScrollView Adapter

Supported in: 3.1
See Also