|
group2 0.1.0
CSE 125 Group 2
|
Public Attributes | |
| HudPopupKind | kind = HudPopupKind::Info |
| Styling category copied from the HUD event. | |
| std::string | text |
| Display text copied from the HUD event. | |
| float | timer = 0.f |
| Remaining visible lifetime in seconds. | |
| float | slideIn = 0.f |
| 0..1 slide/fade-in interpolation value. | |
| HudPopupKind PopupNotification::Entry::kind = HudPopupKind::Info |
Styling category copied from the HUD event.
| float PopupNotification::Entry::slideIn = 0.f |
0..1 slide/fade-in interpolation value.
| std::string PopupNotification::Entry::text |
Display text copied from the HUD event.
| float PopupNotification::Entry::timer = 0.f |
Remaining visible lifetime in seconds.