Search
Try Notion
📃📃
Pagination
Get Started
Pagination provides Prev and Next buttons which can easily change pages (i.e. display the related child object) under the target GameObject.
To assign a target object, simply drag the object to the Pagination Component's Target Object.
PanelWithPagination is an example prefab.
API
Pagination
Properties
Search
Name
Type
Description
Transform
Pagination uses the children under the targetObject to display related page.
ButtonDeactiveStyle
When there is no more page to be showed, the prev/next button can be either Hidden or Disabled.
int
Index of the current displayed page (Starts from 0).
Count3
Public Methods
Search
Name
Description
Go to the next page.
Go to the previous page.
Count2