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

Public Member Functions

void ShowPopup (string title, string text)
 
void ShowPopup (string title, string text, string yes, string no)
 
void HidePopup ()
 
void InvokeOnYes (Action action)
 
void InvokeOnNo (Action action)
 

Additional Inherited Members

- Protected Member Functions inherited from GILES.pb_MonoBehaviourSingleton< YesNoPopupManager >
virtual void Initialize ()
 
virtual void Awake ()
 
- Properties inherited from GILES.pb_MonoBehaviourSingleton< YesNoPopupManager >
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 8 of file YesNoPopupManager.cs.

Member Function Documentation

◆ HidePopup()

void YesNoPopupManager.HidePopup ( )

Definition at line 54 of file YesNoPopupManager.cs.

◆ InvokeOnNo()

void YesNoPopupManager.InvokeOnNo ( Action  action)

Definition at line 79 of file YesNoPopupManager.cs.

◆ InvokeOnYes()

void YesNoPopupManager.InvokeOnYes ( Action  action)

Definition at line 64 of file YesNoPopupManager.cs.

◆ ShowPopup() [1/2]

void YesNoPopupManager.ShowPopup ( string  title,
string  text 
)

Definition at line 19 of file YesNoPopupManager.cs.

◆ ShowPopup() [2/2]

void YesNoPopupManager.ShowPopup ( string  title,
string  text,
string  yes,
string  no 
)

Definition at line 36 of file YesNoPopupManager.cs.


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