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

Public Member Functions

void SetOnlineMode (Mode mode)
 
void SetRememberMe (bool isOn)
 
void ShowErrorMessage (string message)
 
void ShowRememberedCredentials (string login, string password)
 

Events

Action< string, string > LoginButtonClicked
 
Action< bool > RememberMeToggleValueChanged
 

Private Member Functions

void OnDisable ()
 
void OnEnable ()
 
void OnLoginButtonClicked ()
 
void OnRememberMeToggleValueChanged (bool isToggleOn)
 
void Start ()
 

Private Attributes

GameObject _errorMessageGameObject
 [SerializeField]
 
TMP_Text _errorMessageText
 [SerializeField]
 
Button _loginButton
 [SerializeField]
 
TMP_InputField _loginInputField
 [SerializeField]
 
GameObject _OfflineModeMessageGameObject
 [SerializeField]
 
TMP_InputField _passwordInputField
 [SerializeField]
 
Toggle _rememberMeToggle
 [SerializeField]
 

Detailed Description

Definition at line 15 of file LoginScreen.cs.

Member Function Documentation

◆ OnDisable()

void PixoVR.Login.LoginScreen.OnDisable ( )
inlineprivate

Definition at line 55 of file LoginScreen.cs.

Here is the call graph for this function:

◆ OnEnable()

void PixoVR.Login.LoginScreen.OnEnable ( )
inlineprivate

Definition at line 49 of file LoginScreen.cs.

Here is the call graph for this function:

◆ OnLoginButtonClicked()

void PixoVR.Login.LoginScreen.OnLoginButtonClicked ( )
inlineprivate

Definition at line 71 of file LoginScreen.cs.

Here is the caller graph for this function:

◆ OnRememberMeToggleValueChanged()

void PixoVR.Login.LoginScreen.OnRememberMeToggleValueChanged ( bool isToggleOn)
inlineprivate

Definition at line 66 of file LoginScreen.cs.

Here is the caller graph for this function:

◆ SetOnlineMode()

void PixoVR.Login.LoginScreen.SetOnlineMode ( Mode mode)
inline

Definition at line 96 of file LoginScreen.cs.

Here is the caller graph for this function:

◆ SetRememberMe()

void PixoVR.Login.LoginScreen.SetRememberMe ( bool isOn)
inline

Definition at line 85 of file LoginScreen.cs.

Here is the caller graph for this function:

◆ ShowErrorMessage()

void PixoVR.Login.LoginScreen.ShowErrorMessage ( string message)
inline

Definition at line 90 of file LoginScreen.cs.

Here is the caller graph for this function:

◆ ShowRememberedCredentials()

void PixoVR.Login.LoginScreen.ShowRememberedCredentials ( string login,
string password )
inline

Definition at line 79 of file LoginScreen.cs.

Here is the caller graph for this function:

◆ Start()

void PixoVR.Login.LoginScreen.Start ( )
inlineprivate

Definition at line 61 of file LoginScreen.cs.

Member Data Documentation

◆ _errorMessageGameObject

GameObject PixoVR.Login.LoginScreen._errorMessageGameObject
privateSerializeField

[SerializeField]

Definition at line 32 of file LoginScreen.cs.

◆ _errorMessageText

TMP_Text PixoVR.Login.LoginScreen._errorMessageText
privateSerializeField

[SerializeField]

Definition at line 40 of file LoginScreen.cs.

◆ _loginButton

Button PixoVR.Login.LoginScreen._loginButton
privateSerializeField

[SerializeField]

Definition at line 44 of file LoginScreen.cs.

◆ _loginInputField

TMP_InputField PixoVR.Login.LoginScreen._loginInputField
privateSerializeField

[SerializeField]

Definition at line 20 of file LoginScreen.cs.

◆ _OfflineModeMessageGameObject

GameObject PixoVR.Login.LoginScreen._OfflineModeMessageGameObject
privateSerializeField

[SerializeField]

Definition at line 36 of file LoginScreen.cs.

◆ _passwordInputField

TMP_InputField PixoVR.Login.LoginScreen._passwordInputField
privateSerializeField

[SerializeField]

Definition at line 24 of file LoginScreen.cs.

◆ _rememberMeToggle

Toggle PixoVR.Login.LoginScreen._rememberMeToggle
privateSerializeField

[SerializeField]

Definition at line 28 of file LoginScreen.cs.

Event Documentation

◆ LoginButtonClicked

Action<string, string> PixoVR.Login.LoginScreen.LoginButtonClicked

Definition at line 46 of file LoginScreen.cs.

◆ RememberMeToggleValueChanged

Action<bool> PixoVR.Login.LoginScreen.RememberMeToggleValueChanged

Definition at line 47 of file LoginScreen.cs.


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