![]() |
BomberUnits
...a Unity learning project
|
A Dialog handler for arbitrary messages which is to be associated to the dialog prefab. More...
Inheritance diagram for MessageDialog:
Collaboration diagram for MessageDialog:Public Member Functions | |
| void | Awake () |
| void | Start () |
| void | SetMessage (string message) |
Public Attributes | |
| Button | okBtn = null |
| Text | messageTxt = null |
A Dialog handler for arbitrary messages which is to be associated to the dialog prefab.
Destroys itself upon confirmation.
Definition at line 8 of file MessageDialog.cs.