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

An error message that displays a short title, and can be clicked to show a longer error message. Use CellexalError.SpawnError(string, string) to create an error message. More...

Inheritance diagram for CellexalVR.General.ErrorMessage:

Public Member Functions

void SetErrorMessage (string title, string message)
 Sets the error message and title. More...
 
void ShowErrorMessage ()
 Shows the error message and not just the title. More...
 
void HideErrorMessage ()
 Hides the error message and shows just the title. More...
 
void DeactivateErrorMessage ()
 Waits until the close error message animation has finished and then deactivates the error message game object More...
 

Public Attributes

ReferenceManager referenceManager
 
GameObject errorMessageGameObject
 
GameObject errorMessageBackground
 
TextMeshPro errorTitle
 
TextMeshPro errorMessage
 

Detailed Description

An error message that displays a short title, and can be clicked to show a longer error message. Use CellexalError.SpawnError(string, string) to create an error message.

Member Function Documentation

◆ DeactivateErrorMessage()

void CellexalVR.General.ErrorMessage.DeactivateErrorMessage ( )

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

◆ HideErrorMessage()

void CellexalVR.General.ErrorMessage.HideErrorMessage ( )

Hides the error message and shows just the title.

◆ SetErrorMessage()

void CellexalVR.General.ErrorMessage.SetErrorMessage ( string  title,
string  message 
)

Sets the error message and title.

◆ ShowErrorMessage()

void CellexalVR.General.ErrorMessage.ShowErrorMessage ( )

Shows the error message and not just the title.


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