request sent to the INotificationManager to request that a notification gets displayed
|
| NotificationRequest (string text) |
|
| NotificationRequest (string text, Vector3 position) |
|
| NotificationRequest (string text, Transform leader) |
|
|
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
|
|