CellexalVR
1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
|
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...
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 |
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.
void CellexalVR.General.ErrorMessage.DeactivateErrorMessage | ( | ) |
Waits until the close error message animation has finished and then deactivates the error message game object
void CellexalVR.General.ErrorMessage.HideErrorMessage | ( | ) |
Hides the error message and shows just the title.
void CellexalVR.General.ErrorMessage.SetErrorMessage | ( | string | title, |
string | message | ||
) |
Sets the error message and title.
void CellexalVR.General.ErrorMessage.ShowErrorMessage | ( | ) |
Shows the error message and not just the title.