Click or drag to resize

GridAdapterTParams, TCellVHCreateViewsHolder Method

Creates the Group viewsholder which instantiates the group prefab using the provided params in Init. Only override it if you have a custom cell group prefab

Namespace:  Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override CellGroupViewsHolder<TCellVH> CreateViewsHolder(
	int itemIndex
)

Parameters

itemIndex
Type: SystemInt32
the index of the GROUP (attention, not the CELL) that needs creation

Return Value

Type: CellGroupViewsHolderTCellVH
The created group views holder
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also