Click or drag to resize

GridExample Class

Inheritance Hierarchy
SystemObject
Object
    Component
      Behaviour
        MonoBehaviour
          Com.ForbiddenByte.OSA.CoreOSA GridParams, CellGroupViewsHolder MyCellViewsHolder
            Com.ForbiddenByte.OSA.CustomAdapters.GridViewGridAdapter GridParams, MyCellViewsHolder
              Com.ForbiddenByte.OSA.Demos.Grid GridExample

Namespace: Com.ForbiddenByte.OSA.Demos.Grid
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class GridExample : GridAdapter<GridParams, MyCellViewsHolder>

The GridExample type exposes the following members.

Constructors
Name Description
Public method GridExample
Top
Properties
Name Description
Public property LazyData
Top
Methods
Name Description
Protected method OnCellViewsHolderCreated (Overrides GridAdapterTParams, TCellVHOnCellViewsHolderCreated(TCellVH, CellGroupViewsHolderTCellVH).)
Protected method OnDestroy (Overrides OSATParams, TItemViewsHolderOnDestroy.)
Public method Refresh (Overrides GridAdapterTParams, TCellVHRefresh(Boolean, Boolean).)
Protected method Start (Overrides OSATParams, TItemViewsHolderStart.)
Protected method UpdateCellViewsHolder
Called when a cell becomes visible
(Overrides GridAdapterTParams, TCellVHUpdateCellViewsHolder(TCellVH).)
Top
Fields
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also