class MAGES::UIs::NotificationSystem::NotificationInfo¶
Overview¶
The class that holds the notification info. More…
class NotificationInfo { public: // properties NotificationType Type; string Text; float Time; float Height; bool Priority; };
Detailed Documentation¶
The class that holds the notification info.
Properties¶
NotificationType Type
Gets or sets a value indicating the type of the notification.
string Text
Gets or sets the text to be displayed on the notification.
float Time
Gets or sets a value indicating the amount of time the notification will be displayed.
float Height
Gets or sets the height of the notification.
bool Priority
Gets or sets a value indicating whether this notification has priority.