BomberUnits
...a Unity learning project
MessageDialog Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: