EchoTrio
 
Loading...
Searching...
No Matches
EchoTrio.Gameplay.AuthenticationChecker Class Reference

MonoBehaviour to check if the authentication file exists before starting the experience. More...

Inheritance diagram for EchoTrio.Gameplay.AuthenticationChecker:
Inheritance graph
Collaboration diagram for EchoTrio.Gameplay.AuthenticationChecker:
Collaboration graph

Private Member Functions

void Awake ()
 
void OnEnable ()
 
void OnDisable ()
 
void Start ()
 
void OnQuit (InputAction.CallbackContext context)
 

Private Attributes

GameObject failureText = null
 
string nextScene = "Playtest"
 
GameInputActions gameInputActions = null
 

Detailed Description

MonoBehaviour to check if the authentication file exists before starting the experience.

Definition at line 7 of file AuthenticationChecker.cs.

Member Function Documentation

◆ Awake()

void EchoTrio.Gameplay.AuthenticationChecker.Awake ( )
inlineprivate

Definition at line 17 of file AuthenticationChecker.cs.

◆ OnDisable()

void EchoTrio.Gameplay.AuthenticationChecker.OnDisable ( )
inlineprivate

Definition at line 27 of file AuthenticationChecker.cs.

◆ OnEnable()

void EchoTrio.Gameplay.AuthenticationChecker.OnEnable ( )
inlineprivate

Definition at line 22 of file AuthenticationChecker.cs.

◆ OnQuit()

void EchoTrio.Gameplay.AuthenticationChecker.OnQuit ( InputAction::CallbackContext  context)
inlineprivate

Definition at line 41 of file AuthenticationChecker.cs.

◆ Start()

void EchoTrio.Gameplay.AuthenticationChecker.Start ( )
inlineprivate

Definition at line 32 of file AuthenticationChecker.cs.

Member Data Documentation

◆ failureText

GameObject EchoTrio.Gameplay.AuthenticationChecker.failureText = null
private

Definition at line 9 of file AuthenticationChecker.cs.

◆ gameInputActions

GameInputActions EchoTrio.Gameplay.AuthenticationChecker.gameInputActions = null
private

Definition at line 15 of file AuthenticationChecker.cs.

◆ nextScene

string EchoTrio.Gameplay.AuthenticationChecker.nextScene = "Playtest"
private

Definition at line 12 of file AuthenticationChecker.cs.


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