Click or drag to resize

LazyDataHelperT Constructor

Namespace:  Com.ForbiddenByte.OSA.DataHelpers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public LazyDataHelper(
	IOSA iAdapter,
	Func<int, T> newModelCreator,
	bool keepVelocityOnCountChange = true
)

Parameters

iAdapter
Type: Com.ForbiddenByte.OSA.CoreIOSA
newModelCreator
Type: SystemFuncInt32, T
keepVelocityOnCountChange (Optional)
Type: SystemBoolean
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also