Click or drag to resize

ISRIAChangeItemsCount Method

Namespace:  frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
void ChangeItemsCount(
	ItemCountChangeMode changeMode,
	int itemsCount,
	int indexIfAppendingOrRemoving = -1,
	bool contentPanelEndEdgeStationary = false,
	bool keepVelocity = false
)

Parameters

changeMode
Type: frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapterItemCountChangeMode
itemsCount
Type: SystemInt32
indexIfAppendingOrRemoving (Optional)
Type: SystemInt32
contentPanelEndEdgeStationary (Optional)
Type: SystemBoolean
keepVelocity (Optional)
Type: SystemBoolean
Version Information

Optimized ScrollView Adapter

Supported in: 4.0, 3.0
See Also