Loading...
Searching...
No Matches
realvirtual.UIMessageBox Class Reference
Displays a message box with a text field in the middle of the gameview. More...
Inheritance diagram for realvirtual.UIMessageBox:
Public Member Functions | |
| void | DisplayMessage (string message, bool autoclose, float closeafterseconds) |
| Displays the message on the middle of the gameview. | |
Public Attributes | |
| Text | TextBox |
| A pointer to the Unity UI text box. | |
Detailed Description
Displays a message box with a text field in the middle of the gameview.
Member Function Documentation
◆ DisplayMessage()
| void realvirtual.UIMessageBox.DisplayMessage | ( | string | message, |
| bool | autoclose, | ||
| float | closeafterseconds | ||
| ) |
Displays the message on the middle of the gameview.
Member Data Documentation
◆ TextBox
| Text realvirtual.UIMessageBox.TextBox |
A pointer to the Unity UI text box.