uDialog  1.07
UI.Dialogs.uDialog_NotificationPanel Class Reference
Inheritance diagram for UI.Dialogs.uDialog_NotificationPanel:

Public Member Functions

void SetNotificationDirection (eNotificationDirection newNotificationDirection)
 
uDialog GetLastNotificationAdded ()
 
uDialog AddNotification (string notificationText)
 
uDialog AddNotification (string notificationText, eIconType?iconType)
 Add a notification based on the NotificationTemplate More...
 
uDialog AddNotification (string notificationText, Sprite icon)
 
uDialog AddNotification (uDialog notification)
 Add the specified notification to this NotificationPanel More...
 

Public Attributes

uDialog NotificationTemplate
 
eNotificationDirection NotificationDirection = eNotificationDirection.TopDown
 
bool ShowNotificationTemplateInEditor = false
 
bool AlwaysOnTop = true
 

Member Function Documentation

uDialog UI.Dialogs.uDialog_NotificationPanel.AddNotification ( string  notificationText)
uDialog UI.Dialogs.uDialog_NotificationPanel.AddNotification ( string  notificationText,
eIconType iconType 
)

Add a notification based on the NotificationTemplate

Returns
uDialog UI.Dialogs.uDialog_NotificationPanel.AddNotification ( string  notificationText,
Sprite  icon 
)
uDialog UI.Dialogs.uDialog_NotificationPanel.AddNotification ( uDialog  notification)

Add the specified notification to this NotificationPanel

Parameters
notification
Returns
uDialog UI.Dialogs.uDialog_NotificationPanel.GetLastNotificationAdded ( )
void UI.Dialogs.uDialog_NotificationPanel.SetNotificationDirection ( eNotificationDirection  newNotificationDirection)

Member Data Documentation

bool UI.Dialogs.uDialog_NotificationPanel.AlwaysOnTop = true
eNotificationDirection UI.Dialogs.uDialog_NotificationPanel.NotificationDirection = eNotificationDirection.TopDown
uDialog UI.Dialogs.uDialog_NotificationPanel.NotificationTemplate
bool UI.Dialogs.uDialog_NotificationPanel.ShowNotificationTemplateInEditor = false

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