Interface ICell
If you want to have your own script for cell, implement this interface.
Namespace: UnlimitedScrollUI
Assembly: cs.temp.dll.dll
Syntax
public interface ICell
Methods
OnBecomeInvisible(ScrollerPanelSide)
Called when the cell become invisible.
Declaration
void OnBecomeInvisible(ScrollerPanelSide side)
Parameters
Type | Name | Description |
---|---|---|
ScrollerPanelSide | side | The side that this cell become invisible. For example, |
OnBecomeVisible(ScrollerPanelSide)
Called when the cell become visible.
Declaration
void OnBecomeVisible(ScrollerPanelSide side)
Parameters
Type | Name | Description |
---|---|---|
ScrollerPanelSide | side | The side that this cell become visible. For example, |