Click or drag to resize

PackedGridSceneEntry Class

Hookup between the DrawerCommandPanel and the adapter to isolate example code from demo-ing and navigation code
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Com.ForbiddenByte.OSA.Demos.Common.SceneEntriesSceneEntryPackedGridExample, MyGridParams, CellGroupViewsHolderMyCellViewsHolder
            Com.ForbiddenByte.OSA.Demos.GridDifferentItemSizesPackedGridSceneEntry

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

The PackedGridSceneEntry type exposes the following members.

Constructors
  NameDescription
Public methodPackedGridSceneEntry
Top
Methods
  NameDescription
Protected methodInitAdapters (Overrides SceneEntryTAdapter, TParams, TViewsHolderInitAdapters.)
Protected methodInitDrawer (Overrides SceneEntryTAdapter, TParams, TViewsHolderInitDrawer.)
Protected methodOnAllAdaptersInitialized (Overrides SceneEntryTAdapter, TParams, TViewsHolderOnAllAdaptersInitialized.)
Protected methodOnItemCountChangeRequested (Overrides SceneEntryTAdapter, TParams, TViewsHolderOnItemCountChangeRequested(TAdapter, Int32).)
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also