Definition at line 15 of file LoginScreen.cs.
◆ OnDisable()
void PixoVR.Login.LoginScreen.OnDisable |
( |
| ) |
|
|
inlineprivate |
◆ OnEnable()
void PixoVR.Login.LoginScreen.OnEnable |
( |
| ) |
|
|
inlineprivate |
◆ OnLoginButtonClicked()
void PixoVR.Login.LoginScreen.OnLoginButtonClicked |
( |
| ) |
|
|
inlineprivate |
◆ OnRememberMeToggleValueChanged()
void PixoVR.Login.LoginScreen.OnRememberMeToggleValueChanged |
( |
bool | isToggleOn | ) |
|
|
inlineprivate |
◆ SetOnlineMode()
void PixoVR.Login.LoginScreen.SetOnlineMode |
( |
Mode | mode | ) |
|
|
inline |
◆ SetRememberMe()
void PixoVR.Login.LoginScreen.SetRememberMe |
( |
bool | isOn | ) |
|
|
inline |
◆ ShowErrorMessage()
void PixoVR.Login.LoginScreen.ShowErrorMessage |
( |
string | message | ) |
|
|
inline |
◆ ShowRememberedCredentials()
void PixoVR.Login.LoginScreen.ShowRememberedCredentials |
( |
string | login, |
|
|
string | password ) |
|
inline |
◆ Start()
void PixoVR.Login.LoginScreen.Start |
( |
| ) |
|
|
inlineprivate |
◆ _errorMessageGameObject
GameObject PixoVR.Login.LoginScreen._errorMessageGameObject |
|
privateSerializeField |
◆ _errorMessageText
TMP_Text PixoVR.Login.LoginScreen._errorMessageText |
|
privateSerializeField |
◆ _loginButton
Button PixoVR.Login.LoginScreen._loginButton |
|
privateSerializeField |
◆ _loginInputField
TMP_InputField PixoVR.Login.LoginScreen._loginInputField |
|
privateSerializeField |
◆ _OfflineModeMessageGameObject
GameObject PixoVR.Login.LoginScreen._OfflineModeMessageGameObject |
|
privateSerializeField |
◆ _passwordInputField
TMP_InputField PixoVR.Login.LoginScreen._passwordInputField |
|
privateSerializeField |
◆ _rememberMeToggle
Toggle PixoVR.Login.LoginScreen._rememberMeToggle |
|
privateSerializeField |
◆ LoginButtonClicked
Action<string, string> PixoVR.Login.LoginScreen.LoginButtonClicked |
◆ RememberMeToggleValueChanged
Action<bool> PixoVR.Login.LoginScreen.RememberMeToggleValueChanged |
The documentation for this class was generated from the following file: