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

Detailed Description

default implementation of INotificationManager
instantiates a NotificationPanel for every notification that is requested

https://citybuilder.softleitner.com/manual

Inheritance diagram for CityBuilderCore.DefaultNotificationManager:
CityBuilderCore.INotificationManager

Public Member Functions

void Notify (NotificationRequest request)
 requests that a notification gets displayed to the player
 

Public Attributes

NotificationPanel Prefab
 
Transform Parent
 
int Maximum = 10
 

Member Function Documentation

◆ Notify()

void CityBuilderCore.DefaultNotificationManager.Notify ( NotificationRequest request)
inline

requests that a notification gets displayed to the player

Parameters
requestthe request to display to the player

Implements CityBuilderCore.INotificationManager.