Class PopupManager
Called by the user interface to show and hide popups with custom heading and body text.
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public class PopupManager : MonoBehaviour
Methods
hidePopup()
Deactivates the popup.
Declaration
public void hidePopup()
showPopup(String, String)
Activates the popup with the given heading and body text.
Declaration
public void showPopup(string messageHeading, string messageBody)
Parameters
| Type | Name | Description |
|---|---|---|
| String | messageHeading | The heading of the popup to be shown. |
| String | messageBody | The body message of the popup to be shown. |