Tanoda
|
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 | |
![]() | |
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 8 of file YesNoPopupManager.cs.
void YesNoPopupManager.HidePopup | ( | ) |
Definition at line 54 of file YesNoPopupManager.cs.
void YesNoPopupManager.InvokeOnNo | ( | Action | action | ) |
Definition at line 79 of file YesNoPopupManager.cs.
void YesNoPopupManager.InvokeOnYes | ( | Action | action | ) |
Definition at line 64 of file YesNoPopupManager.cs.
void YesNoPopupManager.ShowPopup | ( | string | title, |
string | text | ||
) |
Definition at line 19 of file YesNoPopupManager.cs.
void YesNoPopupManager.ShowPopup | ( | string | title, |
string | text, | ||
string | yes, | ||
string | no | ||
) |
Definition at line 36 of file YesNoPopupManager.cs.