Loading...
Searching...
No Matches
CityBuilderCore.NotificationRequest Class Reference

Detailed Description

request sent to the INotificationManager to request that a notification gets displayed

Public Member Functions

 NotificationRequest (string text)
 
 NotificationRequest (string text, Vector3 position)
 
 NotificationRequest (string text, Transform leader)
 

Properties

string Text [get, set]
 text of the notification
 
Transform Leader [get, set]
 transform relevant to the notification, in the default implementation when a player clicks the notification the camera will start following it
 
Vector3? Position [get, set]
 position relevant to the notification, in the default implementation when a player clicks the notification the camera will jump to it