EDIA Core 0.6.0
A Unity XR toolbox for research
Loading...
Searching...
No Matches
Edia.MessagePanelInVR Class Reference

Show the user a message in VR. More...

Public Member Functions

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.

Detailed Description

Show the user a message in VR.

Member Function Documentation

◆ Show()

void Edia.MessagePanelInVR.Show ( bool onOff)
inline

Shows the panel.

Parameters
onOff

◆ 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
messages

◆ ShowMessage() [2/3]

void Edia.MessagePanelInVR.ShowMessage ( string msg)
inline

Shows one message including proceed button.

Parameters
msg

◆ 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
msgMessage to show
durationDuration

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