![]() |
BomberUnits
...a Unity learning project
|
A standard dialog handler, for use with a standard prefab. More...
Inheritance diagram for StdDialog:
Collaboration diagram for StdDialog:Public Attributes | |
| Button | backBtn = null |
| Can be subscribed to from a dialog user. | |
| Button | fwdBtn = null |
| Can be subscribed to form a dialog user. | |
| Text | titleTxt = null |
| Text | infoTxt = null |
A standard dialog handler, for use with a standard prefab.
Activates content based on values set during Setup().
Definition at line 8 of file StdDialog.cs.