Documentation for the Unity C# Library
Loading...
Searching...
No Matches
ErrorMessagePopup Class Reference
Inheritance diagram for ErrorMessagePopup:
[legend]

Public Member Functions

void ShowErrorMessage (string text)
 

Events

Action CloseButtonClicked
 

Private Member Functions

void OnCloseButtonClicked ()
 
void OnDisable ()
 
void OnEnable ()
 
void Start ()
 

Private Attributes

Button _closeButton
 [SerializeField]
 
TextMeshProUGUI _errorMessageText
 [SerializeField]
 
Transform _root
 [SerializeField]
 

Detailed Description

Definition at line 6 of file ErrorMessagePopup.cs.

Member Function Documentation

◆ OnCloseButtonClicked()

void ErrorMessagePopup.OnCloseButtonClicked ( )
inlineprivate

Definition at line 38 of file ErrorMessagePopup.cs.

Here is the caller graph for this function:

◆ OnDisable()

void ErrorMessagePopup.OnDisable ( )
inlineprivate

Definition at line 33 of file ErrorMessagePopup.cs.

Here is the call graph for this function:

◆ OnEnable()

void ErrorMessagePopup.OnEnable ( )
inlineprivate

Definition at line 28 of file ErrorMessagePopup.cs.

Here is the call graph for this function:

◆ ShowErrorMessage()

void ErrorMessagePopup.ShowErrorMessage ( string text)
inline

Definition at line 45 of file ErrorMessagePopup.cs.

Here is the caller graph for this function:

◆ Start()

void ErrorMessagePopup.Start ( )
inlineprivate

Definition at line 23 of file ErrorMessagePopup.cs.

Member Data Documentation

◆ _closeButton

Button ErrorMessagePopup._closeButton
privateSerializeField

[SerializeField]

Definition at line 11 of file ErrorMessagePopup.cs.

◆ _errorMessageText

TextMeshProUGUI ErrorMessagePopup._errorMessageText
privateSerializeField

[SerializeField]

Definition at line 19 of file ErrorMessagePopup.cs.

◆ _root

Transform ErrorMessagePopup._root
privateSerializeField

[SerializeField]

Definition at line 15 of file ErrorMessagePopup.cs.

Event Documentation

◆ CloseButtonClicked

Action ErrorMessagePopup.CloseButtonClicked

Definition at line 21 of file ErrorMessagePopup.cs.


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