HoloLens 2 Gait Training
The purpose of this project is to create gait training application.
Loading...
Searching...
No Matches
StartingMessage Class Reference

Display a message when starting the app and then destroy it. More...

Inheritance diagram for StartingMessage:
Inheritance graph
Collaboration diagram for StartingMessage:
Collaboration graph

Private Member Functions

void Awake ()
 Gets called when object is loaded Activate the start message coroutine More...
 
IEnumerator ShowStartingMessage ()
 Show the starting message and thank you message. Then destroy the entire object because we no longer need that. More...
 

Private Attributes

GameObject m_Load
 Reference to the panel. More...
 
GameObject m_StartMessage
 Reference to the starting message. More...
 
GameObject m_ThankMessage
 Reference to the thenk you message. More...
 

Detailed Description

Display a message when starting the app and then destroy it.

Definition at line 7 of file StartingMessage.cs.

Member Function Documentation

◆ Awake()

void StartingMessage.Awake ( )
inlineprivate

Gets called when object is loaded Activate the start message coroutine

Definition at line 24 of file StartingMessage.cs.

Here is the call graph for this function:

◆ ShowStartingMessage()

IEnumerator StartingMessage.ShowStartingMessage ( )
inlineprivate

Show the starting message and thank you message. Then destroy the entire object because we no longer need that.

Returns
IEnumerator

Definition at line 36 of file StartingMessage.cs.

Here is the caller graph for this function:

Field Documentation

◆ m_Load

GameObject StartingMessage.m_Load
private

Reference to the panel.

Definition at line 12 of file StartingMessage.cs.

◆ m_StartMessage

GameObject StartingMessage.m_StartMessage
private

Reference to the starting message.

Definition at line 15 of file StartingMessage.cs.

◆ m_ThankMessage

GameObject StartingMessage.m_ThankMessage
private

Reference to the thenk you message.

Definition at line 18 of file StartingMessage.cs.


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