Show the user a message in VR.
More...
|
| void | ShowMessage (string msg, float duration) |
| | Shows the message in VR on a canvas for a certain duration.
|
| void | ShowMessage (string msg) |
| | Shows one message including proceed button.
|
| void | ShowMessage (List< string > messages) |
| | Shows a series of messages, user has to click NEXT button to go through them.
|
|
void | OnBtnNEXTPressed () |
| | Button pressed to show next message.
|
|
void | OnBtnProceedPressed () |
| | Button pressed to proceed experiment statemachine.
|
| void | Show (bool onOff) |
| | Shows the panel.
|
|
void | HidePanel () |
| | Doublechecks running routines and hides the panel.
|
|
void | HideMenu () |
| | Hides the menu.
|
Show the user a message in VR.
◆ Show()
| void Edia.MessagePanelInVR.Show |
( |
bool | onOff | ) |
|
|
inline |
Shows the panel.
- Parameters
-
◆ ShowMessage() [1/3]
| void Edia.MessagePanelInVR.ShowMessage |
( |
List< string > | messages | ) |
|
|
inline |
Shows a series of messages, user has to click NEXT button to go through them.
- Parameters
-
◆ ShowMessage() [2/3]
| void Edia.MessagePanelInVR.ShowMessage |
( |
string | msg | ) |
|
|
inline |
Shows one message including proceed button.
- Parameters
-
◆ ShowMessage() [3/3]
| void Edia.MessagePanelInVR.ShowMessage |
( |
string | msg, |
|
|
float | duration ) |
|
inline |
Shows the message in VR on a canvas for a certain duration.
- Parameters
-
| msg | Message to show |
| duration | Duration |
The documentation for this class was generated from the following file:
- D:/Felix/Projects/EDIA/edia_core/Assets/com.edia.core/Runtime/Base/Scripts/Experiment/MessagePanelInVR.cs