Click or drag to resize

MyCellGroupViewsHolder Class

Inheritance Hierarchy
SystemObject
  Com.ForbiddenByte.OSA.CoreAbstractViewsHolder
    Com.ForbiddenByte.OSA.CoreBaseItemViewsHolder
      Com.ForbiddenByte.OSA.CustomAdapters.GridViewCellGroupViewsHolderMyCellViewsHolder
        Com.ForbiddenByte.OSA.Demos.GridDifferentItemSizesMyCellGroupViewsHolder

Namespace:  Com.ForbiddenByte.OSA.Demos.GridDifferentItemSizes
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class MyCellGroupViewsHolder : CellGroupViewsHolder<MyCellViewsHolder>

The MyCellGroupViewsHolder type exposes the following members.

Constructors
  NameDescription
Public methodMyCellGroupViewsHolder
Top
Methods
  NameDescription
Public methodCollectViews

Called by [!:Init(GameObject, int, RectTransform, int)], after the GameObjects for the group and all containing cells are instantiated

Creates the cells' views holders and initializes them, also setting their itemIndex based on this group's ItemIndex

(Overrides CellGroupViewsHolderTCellVHCollectViews.)
Top
Fields
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also