group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
PopupNotification::Entry Struct Reference

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.

Member Data Documentation

◆ kind

HudPopupKind PopupNotification::Entry::kind = HudPopupKind::Info

Styling category copied from the HUD event.

◆ slideIn

float PopupNotification::Entry::slideIn = 0.f

0..1 slide/fade-in interpolation value.

◆ text

std::string PopupNotification::Entry::text

Display text copied from the HUD event.

◆ timer

float PopupNotification::Entry::timer = 0.f

Remaining visible lifetime in seconds.


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