GridAdapterTParams, TCellVHCreateViewsHolder Method |
Creates the Group viewsholder which instantiates the group prefab using the provided params in
Init
Namespace:
frame8.ScrollRectItemsAdapter.Util.GridView
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected 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:
CellGroupViewsHolderTCellVHThe created group views holder
Version InformationOptimized ScrollView Adapter
Supported in: 4.0, 3.0
See Also