Tanoda
|
Public Member Functions | |
void | ShowPopup (string title, string text) |
void | HidePopup () |
void | InvokeOnOK (Action action) |
Additional Inherited Members | |
![]() | |
virtual void | Initialize () |
virtual void | Awake () |
![]() | |
virtual bool | dontDestroyOnLoad [get] |
Override to maintain an instance of this object across level loads. More... | |
static T | instance [get] |
static T | nullableInstance [get] |
Definition at line 9 of file PopupManager.cs.
void PopupManager.HidePopup | ( | ) |
Definition at line 31 of file PopupManager.cs.
void PopupManager.InvokeOnOK | ( | Action | action | ) |
Definition at line 38 of file PopupManager.cs.
void PopupManager.ShowPopup | ( | string | title, |
string | text | ||
) |
Definition at line 17 of file PopupManager.cs.