CellexalVR  1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
CellexalVR.General.NotificationManager Class Reference

Handles the spawning of notifications. These can be spawned from anywhere e.g. when a script has finished and you want to notify the user. More...

Inheritance diagram for CellexalVR.General.NotificationManager:

Public Member Functions

void DeactivateNotification ()
 Waits until the close notification animation has finished and then deactivates the notification game object More...
 
void SpawnNotification (string message)
 Spawn notification that will appear in front of the user. If several notification messages are displayed at the same time they will appear on top of each other. More...
 

Public Attributes

ReferenceManager referenceManager
 
GameObject notificationPrefab
 
bool active = true
 

Detailed Description

Handles the spawning of notifications. These can be spawned from anywhere e.g. when a script has finished and you want to notify the user.

Member Function Documentation

◆ DeactivateNotification()

void CellexalVR.General.NotificationManager.DeactivateNotification ( )

Waits until the close notification animation has finished and then deactivates the notification game object

◆ SpawnNotification()

void CellexalVR.General.NotificationManager.SpawnNotification ( string  message)

Spawn notification that will appear in front of the user. If several notification messages are displayed at the same time they will appear on top of each other.

Parameters
messageThe notification message to display.

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