Table of Contents

Class UIPageHandler

Namespace
Zorro.UI
Assembly
Zorro.UI.Runtime.dll
public class UIPageHandler : MonoBehaviour
Inheritance
UIPageHandler
Derived
Inherited Members
Extension Methods

Constructors

UIPageHandler()

public UIPageHandler()

Fields

currentPage

public UIPage currentPage

Field Value

UIPage

Methods

OnTransistionedToPage(UIPage)

protected virtual void OnTransistionedToPage(UIPage newPage)

Parameters

newPage UIPage

Start()

protected virtual void Start()

TransistionToPage(UIPage, PageTransistion)

public UIPage TransistionToPage(UIPage page, PageTransistion pageTransistion)

Parameters

page UIPage
pageTransistion PageTransistion

Returns

UIPage

TransistionToPage<T>()

public T TransistionToPage<T>() where T : UIPage

Returns

T

Type Parameters

T