Rookie Awards 2024 - Open for Entries!
Notification Queue System
Share
  Play by Play

Notification Queue System

by NovaMist on 17 Jul 2023

Notification Queue System queues up notifications and outputs them one at a time. It also allows for creation of new notification using one singular function.

0 294 0
Round of applause for our sponsors

Update - 17 Jul 2023

Simple Notification System

Update #1

The Simple Notification System follows F.I.F.O where it is First In, First Out.

It runs off of a singular Enumerator which triggers when notification data is added to the list.

Notification Struct used for creating Notification Data

NotificationObject.cs used to set UI data

NotificationContainer.cs used to run the logic of the Notification system.


Comments (0)

This project doesn't have any comments yet.