Tanoda
|
Public Member Functions | |
void | ShowPopup () |
void | HideAfter (float seconds) |
void | HidePopup () |
void | SetText (string value) |
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 VRPopupManager.cs.
void VRPopupManager.HideAfter | ( | float | seconds | ) |
Definition at line 29 of file VRPopupManager.cs.
void VRPopupManager.HidePopup | ( | ) |
Definition at line 34 of file VRPopupManager.cs.
void VRPopupManager.SetText | ( | string | value | ) |
Definition at line 50 of file VRPopupManager.cs.
void VRPopupManager.ShowPopup | ( | ) |
Definition at line 23 of file VRPopupManager.cs.