Tanoda
UnityEngine.UI.Extensions.PaginationManager Class Reference
Inheritance diagram for UnityEngine.UI.Extensions.PaginationManager:

Public Member Functions

void GoToScreen (int pageNo)
 Calling from other scripts if you need to change screens programmatically More...
 

Protected Member Functions

 PaginationManager ()
 
override void Start ()
 

Properties

int CurrentPage [get]
 

Detailed Description

Definition at line 10 of file PaginationManager.cs.

Constructor & Destructor Documentation

◆ PaginationManager()

UnityEngine.UI.Extensions.PaginationManager.PaginationManager ( )
protected

Definition at line 24 of file PaginationManager.cs.

Member Function Documentation

◆ GoToScreen()

void UnityEngine.UI.Extensions.PaginationManager.GoToScreen ( int  pageNo)

Calling from other scripts if you need to change screens programmatically

Parameters
pageNo

Definition at line 69 of file PaginationManager.cs.

◆ Start()

override void UnityEngine.UI.Extensions.PaginationManager.Start ( )
protected

Definition at line 29 of file PaginationManager.cs.

Property Documentation

◆ CurrentPage

int UnityEngine.UI.Extensions.PaginationManager.CurrentPage
get

Definition at line 19 of file PaginationManager.cs.


The documentation for this class was generated from the following file: