Tanoda
PopupManager Class Reference
Inheritance diagram for PopupManager:
GILES.pb_MonoBehaviourSingleton< PopupManager >

Public Member Functions

void ShowPopup (string title, string text)
 
void HidePopup ()
 
void InvokeOnOK (Action action)
 

Additional Inherited Members

- Protected Member Functions inherited from GILES.pb_MonoBehaviourSingleton< PopupManager >
virtual void Initialize ()
 
virtual void Awake ()
 
- Properties inherited from GILES.pb_MonoBehaviourSingleton< PopupManager >
virtual bool dontDestroyOnLoad [get]
 Override to maintain an instance of this object across level loads. More...
 
static T instance [get]
 
static T nullableInstance [get]
 

Detailed Description

Definition at line 9 of file PopupManager.cs.

Member Function Documentation

◆ HidePopup()

void PopupManager.HidePopup ( )

Definition at line 31 of file PopupManager.cs.

◆ InvokeOnOK()

void PopupManager.InvokeOnOK ( Action  action)

Definition at line 38 of file PopupManager.cs.

◆ ShowPopup()

void PopupManager.ShowPopup ( string  title,
string  text 
)

Definition at line 17 of file PopupManager.cs.


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